API Reference

Send a sequence to a customer. Your sending intent is queued before being sent and an id is provided.

Log in to see full request history
Path Params
string
required

ID of the sequence to send

Body Params
int32
required

The location ID of the client. If not specified, the client's location will default to the first unarchived location of the company.

string
required
Defaults to null

Defines from what source the customer is created

string

Customer's email address. If multiple email addresses are provided, only the first one will be considered.

string

Customer's phone number. If multiple phone numbers are provided, only the first one will be considered.

string
Defaults to EMAIL

EMAIL by default. A value of either EMAIL, SMS or EMAIL,SMS

date

Specifies the date and time to send in UTC+0. Use null to send immediately. If a past date/time is provided, it defaults to the current time (NOW). Accepted formats are YYYY-MM-DD, YYYY-MM-DD HH:mm, YYYY-MM-DD HH:mm:ss, or the ISO-8601 format YYYY-MM-DDTHH:mm:ssZ. Invalid formats or values will be set to null.

string

Customer's first name

string

Customer's last name

string

Customer's full name. Only if first and last names are empty

string

Customer's honorific (Mr. Ms. etc.)

string

Locale of the client, ex: 'fr' or 'en'

string

Employee(s) in charge. Names separated by comma. Employee type after semicolon (optional). Example: John Doe;Therapist

string

Department(s) involved. Names separated by comma

string

Customer's organization

int32

1 to create a sending in test mode. It will appear in the sending lists but no sms or email are sent to the client. 0 to create a sending. Not a mandatory field

date

If defined, we check the difference with the time to send (if it's also defined). If it is more than 30 days, the sending is rejected. Valid formats are YYYY-MM-DD, YYYY-MM-DD HH:mm or YYYY-MM-DD HH:mm:ss. Otherwise it is set to null.

double

The monetary value of the interaction wtih the client

string

The gender of the client, ex: 'm', 'f'

string

Any other custom field

string

Example: Salesforce_contact_id

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json