POST
/
conversation
/
v1
/
conversations

Authorizations

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

Body

application/json

Conversation between an agent and a customer that requires a timestamp of creation

customer
object
required

Information about the customer participating in the conversation.

externalId
string
required

Your unique identifier for a conversation.

timestamp
string
required

The time when the conversation was created. Include the timezone, otherwise UTC will be assumed.

agent
object

Information about the agent participating in the conversation.

id
string

The identifier of the conversation.

metadata
object

Additional key-value pairs to store custom metadata about the conversation. Use this for filtering or categorization purposes.

Response

200 - application/json

Response for conversation

id
string

The identifier of the conversation.