Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The unique identifier for the conversation.
"conversation-123"
The title of the conversation.
"Customer Support Request"
The source of the conversation.
"intercom"
The date and time the conversation was created.
"2024-01-01T00:00:00.000Z"
The date and time the conversation was last updated.
"2024-01-01T00:00:00.000Z"
The numeric rating (integer)
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
Conversation submitted successfully.
true