This action creates a new contact in your ClickFunnels workspace, or updates the existing contact that matches the email address.
- API endpoint slug
- clickfunnels.create_or_update_contact
- Filter code method
- Clickfunnels.createOrUpdateContact.skip(string?: reason)
- Runtime method
- runAction("clickfunnels.create_or_update_contact", {})
Action fields
- Label
- Email address
- Helper text
- The email address of the contact. Used to match an existing contact, or to create a new one.
- Slug
- email_address
- Required
- true
- Can have default value
- true
- Filter code method
- Clickfunnels.createOrUpdateContact.setEmailAddress(string: email_address)
- Label
- First name
- Helper text
- The contact's first name.
- Slug
- first_name
- Required
- false
- Can have default value
- true
- Filter code method
- Clickfunnels.createOrUpdateContact.setFirstName(string: first_name)
- Label
- Last name
- Helper text
- The contact's last name.
- Slug
- last_name
- Required
- false
- Can have default value
- true
- Filter code method
- Clickfunnels.createOrUpdateContact.setLastName(string: last_name)
- Label
- Phone number
- Helper text
- The contact's phone number.
- Slug
- phone_number
- Required
- false
- Can have default value
- true
- Filter code method
- Clickfunnels.createOrUpdateContact.setPhoneNumber(string: phone_number)