This trigger fires when a new contact is added to your Wix CRM.
Developer info
- API endpoint slug
- wix.new_contact
Trigger fields
No fields for this trigger
Ingredients
Contact The unique ID of the Wix contact.
- Slug
- contact_id
- Filter code
- Wix.newContact.ContactId
- Type
- String
- Example
- cid-abc123
First name First name of the contact.
- Slug
- first_name
- Filter code
- Wix.newContact.FirstName
- Type
- String
- Example
- Jane
Last name Last name of the contact.
- Slug
- last_name
- Filter code
- Wix.newContact.LastName
- Type
- String
- Example
- Doe
Full name Full name of the contact.
- Slug
- full_name
- Filter code
- Wix.newContact.FullName
- Type
- String
- Example
- Jane Doe
Email Primary email address of the contact.
- Slug
- Filter code
- Wix.newContact.Email
- Type
- String
- Example
- jane@example.com
Phone Primary phone number of the contact.
- Slug
- phone
- Filter code
- Wix.newContact.Phone
- Type
- String
- Example
- +14155551234
Contact source How the contact was added — Wix's raw source identifier (e.g., WIX_FORMS, WIX_SITE_MEMBERS, WIX_STORES, OTHER).
- Slug
- contact_source
- Filter code
- Wix.newContact.ContactSource
- Type
- String
- Example
- WIX_FORMS
Contact created date When the contact was added.
- Slug
- contact_created_date
- Filter code
- Wix.newContact.ContactCreatedDate
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
