This action will create a new contact.
- API endpoint slug
- elastic_email.create_contact
- Filter code method
- ElasticEmail.createContact.skip(string?: reason)
- Runtime method
- runAction("elastic_email.create_contact", {})
Action fields
- Label
- Email
- Helper text
- Enter the email address of the contact.
- Slug
- email
- Required
- true
- Can have default value
- true
- Filter code method
- ElasticEmail.createContact.setEmail(string: email)
- Label
- First name
- Helper text
- Enter the first name of the contact.
- Slug
- first_name
- Required
- false
- Can have default value
- true
- Filter code method
- ElasticEmail.createContact.setFirstName(string: first_name)
- Label
- Last name
- Helper text
- Enter the last name of the contact.
- Slug
- last_name
- Required
- false
- Can have default value
- true
- Filter code method
- ElasticEmail.createContact.setLastName(string: last_name)
- Label
- list
- Helper text
- List
- Slug
- list
- Required
- true
- Can have default value
- false