API Reference

Upsert a user information message to a given phone number. Don't worry about the structure, if the data is in the body AI will take care of it

Log in to see full request history
Query Params
string
required

API key needed to authorize the request

string
required
string
required
string
required

Phone number ID you want associate with the user

Body Params

The payload to send with the template message. Can be JSON or form data. To add integration data use the key integrationData and the value should be a JSON object with the following structure: { "integrationContactId": "value", "integrationDealId": "value", "additionalData": { "key": "value" } }

Responses
201

Message sent successfully.

400

Bad request.

401

Unauthorized.

Language
Click Try It! to start a request and see the response here!