Call any Tickiti v1 endpoint
tickiti_callInvoke any Tickiti v1 API endpoint by specifying a family and action from list_endpoints. Include a JSON payload for request body and path parameters.
Instructions
Advanced escape hatch: invoke any Tickiti v1 endpoint not covered by a dedicated tool. Use list_endpoints first to find the family + action. payload becomes the JSON request body; for endpoints with path params (e.g. user, queue) include those keys in payload too.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| family | Yes | One of: administration, idempotency_key, mail, reports, settings, supervisor, templates, tickets, workflow | |
| action | Yes | Action key from list_endpoints, e.g. 'queues.index' | |
| payload | No | JSON request body (and any path-param values) |