submit_support_ticket
Submit a support ticket for durable asynchronous delivery, ensuring it is accepted and queued even when downstream systems are unavailable. Use an idempotency key to avoid duplicate submissions.
Instructions
Durably accept a support ticket for asynchronous downstream delivery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | ||
| description | Yes | ||
| idempotency_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| status | No | ||
| attempts | No | ||
| ticket_id | No | ||
| created_at | No | ||
| last_error | No | ||
| updated_at | No | ||
| external_id | No | ||
| next_attempt_at | No |