This action will create a new contact.
- API endpoint slug
- constant_contact.create_contact
- Filter code method
- ConstantContact.createContact.skip(string?: reason)
- Runtime method
- runAction("constant_contact.create_contact", {})
Action fields
- Label
- Create Source
- Helper text
- Describes which source added the contact.
- Slug
- create_source
- Required
- true
- Can have default value
- true
- Filter code method
- ConstantContact.createContact.setCreateSource(string: createSource)
- 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.createContact.setEmailAddress(string: emailAddress)
- Label
- Permission to Send
- Helper text
- The permission you have from the contact to send them emails. Must follow Constant Contact Terms and regional anti-spam laws.
- Slug
- permission_to_send
- Required
- true
- Can have default value
- true
- Filter code method
- ConstantContact.createContact.setPermissionToSend(string: permissionToSend)
- Label
- Add to list(s)
- Helper text
- Add the contact to these lists
- Slug
- list_ids
- Required
- true
- 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.createContact.setFirstName(string: firstName)
- 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.createContact.setLastName(string: lastName)
- 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.createContact.setCompanyName(string: companyName)
- 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.createContact.setJobTitle(string: jobTitle)
- 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.createContact.setHomePhone(string: homePhone)
- 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.createContact.setMobilePhone(string: mobilePhone)
- 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.createContact.setWorkPhone(string: workPhone)
- Label
- Address Type
- Helper text
- The type of address (i.e. Home, Work, Other).
- Slug
- address_type
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.createContact.setAddressType(string: addressType)
- Label
- Street Address
- Helper text
- The street address of the contact
- Slug
- street
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.createContact.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.createContact.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.createContact.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.createContact.setPostalCode(string: postalCode)
- 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.createContact.setBirthdayMonth(string: birthdayMonth)
- 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.createContact.setBirthdayDay(string: birthdayDay)
- Label
- Anniversary
- Helper text
- The anniversary date for the contact. Accepts range of formats.
- Slug
- anniversary
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.createContact.setAnniversary(string: anniversary)
- Label
- Note
- Helper text
- Use to add additional notes to the contact.
- Slug
- note
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.createContact.setNote(string: note)
- Label
- Tags
- Helper text
- Assign tags to contact by entering the tag IDs or names here, comma separated.
- Slug
- tags
- Required
- false
- Can have default value
- true
- Filter code method
- ConstantContact.createContact.setTags(string: tags)