POST
/
conversation
/
v1
/
conversations
/
{conversationId}
/
messages

Authorizations

asapp-api-id
string
header
required
asapp-api-secret
string
header
required

Path Parameters

conversationId
string
required

The identifier for a conversation.

Body

application/json

Represents a single message within a conversation.

sender
object
required

Information about the participant who sent the message.

text
string
required

The content of the message.

Minimum length: 1
timestamp
string
required

The time when the message was sent. Include the timezone, otherwise UTC will be assumed.

Response

200 - application/json

Response for messages

id
string

Message ID to be used for analytics