Tool to list tickets from SupportBee. Returns a paginated list of tickets with optional filters for spam, trash, archived, assigned user/group, labels, and more. Use when you need to retrieve and browse tickets in the helpdesk.
pageintegerPage number for pagination (default is 1).
spambooleanIf true, retrieves tickets marked as spam. Defaults to false.
labelstringFilter tickets by a specific label name.
trashbooleanIf true, retrieves tickets marked as trash. Defaults to false.
repliesbooleanIf true, filter tickets that have replies. If false, filter tickets without replies.
starredbooleanIf true, retrieves only starred tickets.
archivedbooleanIf true, retrieves archived tickets. Defaults to false.
per_pageintegerNumber of tickets per page (default is 15, max is 100).
since_idintegerReturn tickets with ID greater than this value.
assigned_userstringFilter by assigned user. Use 'me' for current user, 'none' for unassigned, or provide agent ID.
assigned_groupstringFilter by assigned group/team. Use 'mine' for current user's groups or provide group ID.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.