App
SparrowDesk
SparrowDesk is an AI-first helpdesk that unifies customer support across email & chat while automating repetitive requests with AI.
What your agent can do with SparrowDesk
Triggers and actions 2 triggers · 17 actions
- TriggerNew Contact
Fires when a new contact is created. Poll GET /contacts sorted by creation date, or via new webhook subscription on contact-created event.
- TriggerNew Ticket
Fires when a new conversation (ticket) is created. Poll GET /conversations sorted by creation date, or via new webhook subscription on ticket-created event.
- ActionAdd Company
Create a company. POST /companies
- ActionAdd Ticket Reply
Create a reply on a conversation (ticket). POST /conversations/{id}/reply
- ActionCreate Contact
Creates a new contact in your SparrowDesk account.
- ActionCreate Ticket
Creates a new ticket (conversation) in your SparrowDesk account.
- ActionDelete Contact
Delete a contact by ID. DELETE /contacts/{id}
- ActionDelete Ticket
Delete a conversation (ticket) by ID. DELETE /conversations/{id}
- ActionGet Company
Retrieve a company by ID. GET /companies/{id}
- ActionGet Contact
Retrieve a single contact by ID. GET /contacts/{id}
- ActionGet Ticket
Retrieve a single conversation (ticket) by ID. GET /conversations/{id}
- ActionList Companies
List all companies. GET /companies
- ActionList Contacts
List all contacts. GET /contacts
- ActionList Members
List all team members on the account. GET /members
- ActionList Tags
List all tags on the account. GET /tags
- ActionList Tickets
List all conversations (tickets). GET /conversations
- ActionUpdate Company
Update a company by ID. PATCH /companies/{id}
- ActionUpdate Contact
Update a contact by ID. PATCH /contacts/{id}
- ActionUpdate Ticket
Update a conversation (ticket) by ID. PATCH /conversations/{id}
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the SparrowDesk API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.