ticket-forms
Submit a ticket form
Creates an issue from a configured ticket form. Provide either requester_id or both requester_email and requester_name. Field types are inferred from the ticket form; use value for single-value fields and values for multi-value and file-upload fields.
Rate limit: 30 requests per minute
post/ticket-forms/{id}/submissions
Path parameters
idstring required
The ID of the ticket form to submit.
Request body
Response
Example response
{
"data": {
"business_hours_time_in_status_seconds": {
"new": 120,
"waiting_on_customer": 1800
},
"custom_fields": {
"priority": {
"value": "high"
}
},
"state": "new",
"time_in_status_seconds": {
"new": 120,
"waiting_on_customer": 3600
}
}
}