Conversations API
Create and manage conversations.
POST https://v3-api.proto.cx/api/platform/v1/conversations/{subcompany_id}/create-ticket{
"subject": "string" (required),
"customer_id": "string",
"external_customer_id": "string",
"gateway_profile_id": "string",
"provided_unique_id": "string"
}{
"id": "The id of the created conversation."
}Last updated