App
Gorgias
Gorgias is an ecommerce focused helpdesk with AI-powered responses, automated workflows & integrations.
What your agent can do with Gorgias
Triggers and actions 2 triggers · 13 actions
- TriggerNew ticket
Fires when a new ticket is created in Gorgias. Poll GET https://{domain}.gorgias.com/api/tickets ordered by created_datetime, or vendor webhook event ticket-created.
- TriggerNew ticket message
Fires when a new message is added to a ticket. Poll GET https://{domain}.gorgias.com/api/tickets/{id}/messages, or vendor webhook event message-created.
- ActionAdd customer
Create a new customer profile. POST https://{domain}.gorgias.com/api/customers
- ActionAdd tag to ticket
Apply a tag to a ticket. POST https://{domain}.gorgias.com/api/tickets/{id}/tags or PUT ticket with tags array
- ActionCreate Ticket
Creates a ticket
- ActionCreate Ticket Message
Creates a Ticket Message in an existing ticket
- ActionDelete ticket
Delete a ticket by id. DELETE https://{domain}.gorgias.com/api/tickets/{id}
- ActionFind customers by email
Search/list customers, filterable by email and other criteria. GET https://{domain}.gorgias.com/api/customers
- ActionGet customer
Retrieve a single customer by id. GET https://{domain}.gorgias.com/api/customers/{id}
- ActionGet ticket
Retrieve a single ticket by id. GET https://{domain}.gorgias.com/api/tickets/{id}
- ActionGet Ticket Message
Look up one message by its id and return its details, including its body, subject, channel, sender, receiver and whether the customer can see it.
- ActionList ticket messages
List messages belonging to a ticket. GET https://{domain}.gorgias.com/api/tickets/{id}/messages
- ActionList tickets
List tickets with optional filters (status, customer, tags). GET https://{domain}.gorgias.com/api/tickets
- ActionUpdate customer
Update fields on an existing customer record. PUT https://{domain}.gorgias.com/api/customers/{id}
- ActionUpdate ticket
Update fields on an existing ticket (status, priority, assignee, tags). PUT https://{domain}.gorgias.com/api/tickets/{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 Gorgias 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.