Tool
organization_support_thread_create
Open a support thread on the caller's behalf — the body becomes the first message.
Open a support thread on the caller's behalf — the body becomes the first message. Use when the user wants to contact Lessly support.
Behavior
- HTTP
POST /governance/api/v1/support/threads
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| body | string | • | No description in the catalog. |
| title | string | • | No description in the catalog. |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | |
| title | string | • | |
| status | string | • | |
| category | string | • | |
| messages | array | • | |
| createdAt | string | • | |
| lastMessageAt | string | • | |
| lastMessagePreview | string | • |
Try it
Open a support thread on the caller's behalf — the body becomes the first message.