Wrangle API Documentation
Get Inboxes Response
unexpected error
Get Inbox
unexpected error
Update an inbox.
Update Inbox
unexpected error
Page number for pagination (1-based). Defaults to 1.
1Number of tickets per page. Maximum 200. Defaults to 200.
200Get Tickets
unexpected error
The name of the ticket.
The Slack user ID of the ticket requester. Can be different than the creatorId, for example when an agent creates a ticket on behalf of another user.
Create Ticket Response
unexpected error
When 'true', include the ticket's replies in the response.
Get Ticket Response
The name of the ticket.
The Slack user ID of the ticket assignee. They must be an agent for this ticket's inbox.
The customer satisfaction score for the ticket if one exists.
The reason for the customer satisfaction score if one exists.
Link to the ticket in Slack.
unexpected error
The Slack user ID of the ticket assignee. They must be an agent for this ticket's inbox. To unassign a ticket, set this to null. If a ticket is assigned, it's status will automatically be set to IN_PROGRESS. If a ticket is unassigned, it's status will automatically be set to NEW.
The customer satisfaction score for the ticket. Must be a value between 1 and 5. Satisfaction surveys must be enabled for the ticket's inbox.
Move this ticket to a new inbox. Will clear the assignee, status, tags, and other inbox-specific settings.
Update Ticket Response
unexpected error
Delete Ticket Response
unexpected error
Get Workflows Response
unexpected error
Get Workflow Response
unexpected error
The Slack user ID of the user starting this workflow instance.
Start a Workflow
unexpected error
The reply body in Slack formatted markdown. Required.
The Slack user ID to attribute the reply to. You must provide either an authorSlackUserId or an authorEmail, not both.
The email address of the user to attribute the reply to. This user must exist in your Slack workspace. You must provide either an authorSlackUserId or an authorEmail, not both.
Post the reply as private (visible only to agents/observers). Requires agent or admin access.
Create Reply Response
unexpected error
Last updated
Was this helpful?