Top Constant Contact automations
Explore Plans
Mobile menu Close menu
Constant ContactConstant Contact

Update or create contact

This action will update a contact, or create a new one if the contact does not exist.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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

Update source Dropdown list

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.setUpdateSource(string: updateSource)

Email address Text input > Other

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.setEmailAddress(string: emailAddress)

List ids Checkboxes

Label
Add to list(s)
Helper text
Add the contact to these lists
Slug
list_ids
Required
false
Can have default value
false

First name Text input > Other

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.setFirstName(string: firstName)

Last name Text input > Other

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.setLastName(string: lastName)

Company name Text input > Other

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.setCompanyName(string: companyName)

Job title Text input > Other

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.setJobTitle(string: jobTitle)

Home phone Text input > Other

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.setHomePhone(string: homePhone)

Mobile phone Text input > Other

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.setMobilePhone(string: mobilePhone)

Work phone Text input > Other

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.setWorkPhone(string: workPhone)

Address type Dropdown list

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.setAddressType(string: addressType)

Street Text input > Other

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)

City Text input > Other

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)

State Text input > Other

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)

Postal code Text input > Other

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.setPostalCode(string: postalCode)

Birthday month Text input > Other

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.setBirthdayMonth(string: birthdayMonth)

Birthday day Text input > Other

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.setBirthdayDay(string: birthdayDay)

Anniversary Text input > Other

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)