Explore Plans
Mobile menu Close menu
GetResponseGetResponse

Update contact

This action will update the contact with the specified id

Developer info

API endpoint slug
getresponse.update_contact
Filter code method
Getresponse.updateContact.skip(string?: reason)
Runtime method
runAction("getresponse.update_contact", {})

Action fields

Email Text input > Other

Label
Email
Helper text
Required: The email of the contact.
Slug
email
Required
true
Can have default value
true
Filter code method
Getresponse.updateContact.setEmail(string: email)

Name Text input > Other

Label
Name
Helper text
Optional: The name of the contact
Slug
name
Required
false
Can have default value
true
Filter code method
Getresponse.updateContact.setName(string: name)

Campaign Dropdown list

Label
Campaign
Helper text
Optional: The campaign to reassign the contact to.
Slug
campaign
Required
false
Can have default value
false

Tags Text input > Other

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.updateContact.setTags(string: tags)

Custom field 1 Dropdown list

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

Custom field values 1 Text input > Other

Label
Custom Field Values 1
Helper text
Optional: The new value to set for Custom Field 1.
Slug
custom_field_values_1
Required
false
Can have default value
true
Filter code method
Getresponse.updateContact.setCustomFieldValues1(string: customFieldValues1)

Custom field 2 Dropdown list

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

Custom field values 2 Text input > Other

Label
Custom Field Values 2
Helper text
Optional: The new value to set for Custom Field 2.
Slug
custom_field_values_2
Required
false
Can have default value
true
Filter code method
Getresponse.updateContact.setCustomFieldValues2(string: customFieldValues2)

Custom field 3 Dropdown list

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

Custom field values 3 Text input > Other

Label
Custom Field Values 3
Helper text
Optional: The new value to set for Custom Field 3.
Slug
custom_field_values_3
Required
false
Can have default value
true
Filter code method
Getresponse.updateContact.setCustomFieldValues3(string: customFieldValues3)

Day of cycle Text input > Other

Label
Day of Cycle
Helper text
Optional: 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.updateContact.setDayOfCycle(string: dayOfCycle)