latestOpenAPI 3.0.32026-08-20147323331.7 KB
a7231589e927
issues
Create a new issue
Creates a new issue and its first message. Requires either an account_id or requester information.
Requester fields identify the customer, user_id or contact_id identifies the first-message author, and destination_metadata controls delivery. These choices are independent. If destination_metadata is omitted, the first message is an internal note and no customer is contacted. See the request-field descriptions and examples for destination-specific requirements.
Rate limit: 10 requests per minute
post/issues
Request body
Example request
{
"priority": "medium"
}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
}
}
}