This action will update a contact with the given email or create one if none is found.
- API endpoint slug
- getresponse.create_or_update_contact
- Filter code method
- Getresponse.createOrUpdateContact.skip(string?: reason)
- Runtime method
- runAction("getresponse.create_or_update_contact", {})
Action fields
- Label
- Campaign
- Helper text
- Required: The campaign to assign the contact to.
- Slug
- campaign
- Required
- true
- Can have default value
- false
- Label
- Email
- Helper text
- Required: The email of the contact.
- Slug
- email
- Required
- true
- Can have default value
- true
- Filter code method
- Getresponse.createOrUpdateContact.setEmail(string: email)
- Label
- Name
- Helper text
- Required: The name of the contact.
- Slug
- name
- Required
- true
- Can have default value
- true
- Filter code method
- Getresponse.createOrUpdateContact.setName(string: name)
- Label
- Tags
- Helper text
- Optional: Enter a tag or comma-separated list of tags to assign.
- Slug
- tags
- Required
- false
- Can have default value
- true
- Filter code method
- Getresponse.createOrUpdateContact.setTags(string: tags)
- Label
- Custom Field 1
- Helper text
- Optional: The first custom field type for the contact.
- Slug
- custom_field_1
- Required
- false
- Can have default value
- false
- Label
- Custom Field Values 1
- Helper text
- Optional: The value for the custom field selected in Custom Field 1.
- Slug
- custom_field_values_1
- Required
- false
- Can have default value
- true
- Filter code method
- Getresponse.createOrUpdateContact.setCustomFieldValues1(string: customFieldValues1)
- Label
- Custom Field 2
- Helper text
- Optional: The second custom field type for the contact.
- Slug
- custom_field_2
- Required
- false
- Can have default value
- false
- Label
- Custom Field Values 2
- Helper text
- Optional: The value for the custom field selected in Custom Field 2.
- Slug
- custom_field_values_2
- Required
- false
- Can have default value
- true
- Filter code method
- Getresponse.createOrUpdateContact.setCustomFieldValues2(string: customFieldValues2)
- Label
- Custom Field 3
- Helper text
- Optional: The third custom field type for the contact.
- Slug
- custom_field_3
- Required
- false
- Can have default value
- false
- Label
- Custom Field Values 3
- Helper text
- Optional: The value for the custom field selected in Custom Field 3.
- Slug
- custom_field_values_3
- Required
- false
- Can have default value
- true
- Filter code method
- Getresponse.createOrUpdateContact.setCustomFieldValues3(string: customFieldValues3)
- Label
- Day of Cycle
- Helper text
- Optional if updating only. Move a contact to a specific day in your autoresponder cycle. Enter "0" to add them to the start day of the cycle.
- Slug
- day_of_cycle
- Required
- false
- Can have default value
- true
- Filter code method
- Getresponse.createOrUpdateContact.setDayOfCycle(string: dayOfCycle)
- Label
- IP Address
- Helper text
- Optional: The contact's IP address
- Slug
- ip_address
- Required
- false
- Can have default value
- true
- Filter code method
- Getresponse.createOrUpdateContact.setIpAddress(string: ipAddress)