start_support_chat
Start a new support conversation and send the first message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Your initial support message |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Human-readable summary confirming the conversation was started. | |
| conversationId | No | The ID of the newly created support conversation. Pass this to send_support_message or read_support_chat. |