Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Components] richpanel #15105

Open
pipedream-component-development opened this issue Dec 30, 2024 · 0 comments · May be fixed by #15108
Open

[Components] richpanel #15105

pipedream-component-development opened this issue Dec 30, 2024 · 0 comments · May be fixed by #15108
Assignees

Comments

@pipedream-component-development
Copy link
Collaborator

pipedream-component-development commented Dec 30, 2024

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

@luancazarine luancazarine self-assigned this Dec 30, 2024
@luancazarine luancazarine linked a pull request Dec 30, 2024 that will close this issue
luancazarine added a commit that referenced this issue Jan 2, 2025
Sources
 - New Ticket
 - New Message
 - New Ticket Status Change

Actions
 - Create Ticket
 - Add Ticket Message
 - Update Ticket Status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants