You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emit new event when a customer sends a new message on an existing or new ticket. Optionally filter by channel (e.g., email, chat). Requires webhook setup in Richpanel.
Create a new support ticket. Optional props are 'id', 'status', 'commentBody', 'commentSenderType', 'viaChannel', 'viaSourceFrom', 'viaSourceTo' and 'tags'.
richpanel
URLs
Polling Sources
new-ticket
Prompt
Emit new event when a support ticket is created. Optionally filter by status, priority, or assigned agent. Requires webhook setup in Richpanel.
URLs
new-message
Prompt
Emit new event when a customer sends a new message on an existing or new ticket. Optionally filter by channel (e.g., email, chat). Requires webhook setup in Richpanel.
URLs
new-ticket-status-change
Prompt
Emit new event when a ticket's status is updated (e.g., open, pending, resolved). Optionally specify desired statuses to monitor.
URLs
Actions
create-ticket
Prompt
Create a new support ticket. Optional props are 'id', 'status', 'commentBody', 'commentSenderType', 'viaChannel', 'viaSourceFrom', 'viaSourceTo' and 'tags'.
URLs
add-ticket-message
Prompt
Add a message to an existing ticket. Required props are 'Id', 'commentBody' and 'commentSenderType'. Id has async options.
URLs
update-ticket-status
Prompt
Update the status of an existing ticket. Required props are 'Id' and 'status'. Id has async options.
URLs
The text was updated successfully, but these errors were encountered: