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

externalId
string
required

Your unique identifier for a conversation.

customer
object
required

Information about the customer participating in the conversation.

timestamp
string
required

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

id
string

The identifier of the conversation.

agent
object

Information about the agent participating in 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
Successfully created or updated conversation

Response for conversation

id
string

The identifier of the conversation.