API reference
V2Sequence Messages

Create sequence message

Creates a sequence message.

POST
/api/v2/sequences/{sequence_object_id}/messages

Creates a sequence message.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

sequence_object_id*string

Sequence object

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v2/sequences/string/messages"
{  "status": "ok",  "data": {}}