Close menu
Explore Plans
Mobile menu Close menu
Intercom

Create or update contact

This action will create a new contact or update an existing contact in your Intercom workspace, matching on email address.

Developer info

API endpoint slug
intercom.create_or_update_contact
Filter code method
Intercom.createOrUpdateContact.skip(string?: reason)
Runtime method
runAction("intercom.create_or_update_contact", {})

Action fields

Email Text input > Other

Label
Email
Helper text
Email address of the contact to create or update.
Slug
email
Required
true
Can have default value
true
Filter code method
Intercom.createOrUpdateContact.setEmail(string: email)

Name Text input > Other

Label
Name
Helper text
Full name of the contact.
Slug
name
Required
false
Can have default value
true
Filter code method
Intercom.createOrUpdateContact.setName(string: name)

Phone Text input > Other

Label
Phone
Helper text
Enter a phone number in E.164 format, including the country code (for example, +15555550123).
Slug
phone
Required
false
Can have default value
true
Filter code method
Intercom.createOrUpdateContact.setPhone(string: phone)

Role Dropdown list

Label
Role
Helper text
Contact role in Intercom.
Slug
role
Required
false
Can have default value
true
Filter code method
Intercom.createOrUpdateContact.setRole(string: role)