Conversations
Submit a conversation
Submits conversation data to the system for processing. This can be content like a call transcript, email thread, or chat conversation.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The unique identifier for the conversation.
Example:
"conversation-123"
The source of the conversation.
Example:
"intercom"
The date and time the conversation was created.
Example:
"2024-01-01T00:00:00.000Z"
Whether to unflatten properties that are meant to be nested objects for example { "plan.type": "Pro" }
will be unflattened to { "plan": { "type": "Pro" } }
Additional metadata properties (key-value pairs)
Response
200
application/json
Conversation submitted successfully.
Example:
true