Create a Wix contact from new Google Drive file
This action will create a new contact in your Wix CRM.
Developer info
- API endpoint slug
- wix.create_a_contact
- Filter code method
- Wix.createAContact.skip(string?: reason)
- Runtime method
- runAction("wix.create_a_contact", {})
Action fields
Email Text input > Other
- Label
- Email address
- Helper text
- The contact's email address.
- Slug
- Required
- true
- Can have default value
- true
- Filter code method
- Wix.createAContact.setEmail(string: email)
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
- Wix.createAContact.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
- Wix.createAContact.setLastName(string: last_name)
Phone Text input > Other
- Label
- Phone number
- Helper text
- The contact's phone number.
- Slug
- phone
- Required
- false
- Can have default value
- true
- Filter code method
- Wix.createAContact.setPhone(string: phone)
