This action will start a Spoki Automation that allows you to send WhatsApp messages and much more.
- API endpoint slug
- spoki.start_automation
- Filter code method
- Spoki.startAutomation.skip(string?: reason)
- Runtime method
- runAction("spoki.start_automation", {})
Action fields
- Label
- ID Automation
- Helper text
- Copy the ID of the Spoki automation to trigger
- Slug
- automation
- Required
- true
- Can have default value
- false
- Label
- Phone
- Helper text
- Insert the customer phone number eg. +393331234567
- Slug
- phone
- Required
- true
- Can have default value
- true
- Filter code method
- Spoki.startAutomation.setPhone(string: phone)
- Label
- Email
- Helper text
- Insert the customer Email eg. "info@mywebsite.com"
- Slug
- email
- Required
- false
- Can have default value
- true
- Filter code method
- Spoki.startAutomation.setEmail(string: email)
- Label
- First Name
- Helper text
- Insert the customer First Name eg. "Mario"
- Slug
- first_name
- Required
- false
- Can have default value
- true
- Filter code method
- Spoki.startAutomation.setFirstName(string: firstName)
- Label
- Last Name
- Helper text
- Insert the customer Last Name eg. "Rossi"
- Slug
- last_name
- Required
- false
- Can have default value
- true
- Filter code method
- Spoki.startAutomation.setLastName(string: lastName)
- Label
- Custom Fields
- Helper text
- Set custom field values of the contact
- Slug
- custom_fields
- Required
- false
- Can have default value
- true
- Filter code method
- Spoki.startAutomation.setCustomFields(string: customFields)