This action will update a contact, or create a new one if the contact does not exist.
- API endpoint slug
- constant_contact.update_contact
- Filter code method
- ConstantContact.updateContact.skip(string?: reason)
- Runtime method
- runAction("constant_contact.update_contact", {})
Action fields
- Label
- Update Source
- Helper text
- Identifies who last updated the contact
- Slug
- update_source
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.updateContact.setUpdate Source(string: update_source)
- Label
- Email Address
- Helper text
- The email address of the contact
- Slug
- email_address
- Required
- true
- Can have default value
- true
- Filter code method
- ConstantContact.updateContact.setEmail Address(string: email_address)
- Label
- Add to list(s)
- Helper text
- Add the contact to these lists
- Slug
- list_ids
- Required
- false
- Can have default value
- false
- Label
- First Name
- Helper text
- The first name of the contact
- Slug
- first_name
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.updateContact.setFirst Name(string: first_name)
- Label
- Last Name
- Helper text
- The last name of the contact
- Slug
- last_name
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.updateContact.setLast Name(string: last_name)
- Label
- Company Name
- Helper text
- The company name of the contact
- Slug
- company_name
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.updateContact.setCompany Name(string: company_name)
- Label
- Job Title
- Helper text
- The job title of the contact
- Slug
- job_title
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.updateContact.setJob Title(string: job_title)
- Label
- Home Phone
- Helper text
- The home phone of the contact
- Slug
- home_phone
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.updateContact.setHome Phone(string: home_phone)
- Label
- Mobile Phone
- Helper text
- The mobile phone of the contact
- Slug
- mobile_phone
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.updateContact.setMobile Phone(string: mobile_phone)
- Label
- Work Phone
- Helper text
- The work phone of the contact
- Slug
- work_phone
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.updateContact.setWork Phone(string: work_phone)
- Label
- Address Type
- Helper text
- If adding or updating address, fill in all address fields.
- Slug
- address_type
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.updateContact.setAddress Type(string: address_type)
- Label
- Street Address
- Helper text
- The street address of the contact
- Slug
- street
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.updateContact.setStreet(string: street)
- Label
- City
- Helper text
- The city of the contact
- Slug
- city
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.updateContact.setCity(string: city)
- Label
- State
- Helper text
- The state of the contact
- Slug
- state
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.updateContact.setState(string: state)
- Label
- Postal Code
- Helper text
- The postal code of the contact
- Slug
- postal_code
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.updateContact.setPostal Code(string: postal_code)
- Label
- Birthday Month
- Helper text
- The birthday month of the contact
- Slug
- birthday_month
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.updateContact.setBirthday Month(string: birthday_month)
- Label
- Birthday Day
- Helper text
- The birthday day of the contact
- Slug
- birthday_day
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.updateContact.setBirthday Day(string: birthday_day)
- Label
- Anniversary
- Helper text
- The anniversary of the contact
- Slug
- anniversary
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.updateContact.setAnniversary(string: anniversary)