POST
/
conversation
/
v1
/
conversations

Authorizations

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

Body

application/json

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

id
string

The identifier of the conversation.

externalId
string
required

Your unique identifier for a conversation.

agent
object

Information about the agent participating in the conversation.

customer
object
required

Information about the customer participating in the conversation.

metadata
object

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

timestamp
string
required

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

Response

200 - application/json

Response for conversation

id
string

The identifier of the conversation.