Conversations
Create multiple messages
This creates multiple message objects at once, adding them to an existing conversation.
Use this endpoint when you need to add several messages at once, such as when importing historical conversation data.
POST
/
conversation
/
v1
/
conversations
/
{conversationId}
/
messages
/
batch
Authorizations
asapp-api-id
string
headerrequiredasapp-api-secret
string
headerrequiredPath Parameters
conversationId
string
requiredThe identifier for a conversation.
Body
application/json
A batch of messages for conversation
messages
object[]
Response
200 - application/json
Response for batch messages
Was this page helpful?