For the complete documentation index, see llms.txt. This page is also available as Markdown.

Conversations API

Create and manage conversations.

URL
POST https://v3-api.proto.cx/api/platform/v1/conversations/{subcompany_id}/create-ticket
Body
{
  "subject": "string" (required),
  "customer_id": "string",
  "external_customer_id": "string",
  "gateway_profile_id": "string",
  "provided_unique_id": "string"
}
Returns
{
  "id": "The id of the created conversation."
}

Last updated