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

Authorizations

asapp-api-id
string
headerrequired
asapp-api-secret
string
headerrequired

Path Parameters

conversationId
string
required

The identifier for a conversation.

Body

application/json

Represents a single message within a conversation.

text
string
required

The content of the message.

sender
object
required

Information about the participant who sent the message.

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