Close menu
Explore Plans
Mobile menu Close menu
ClickFunnels

Create or update a contact

This action creates a new contact in your ClickFunnels workspace, or updates the existing contact that matches the email address.

Developer info

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

Email address Text input > Other

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)

First name Text input > Other

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)

Last name Text input > Other

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)

Phone number Text input > Other

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)