Product tour
Product
Capabilities
Ecommerce platforms
Centralize 1:1 interactions
AUTOMATE YOUR WORK
EMPOWER SUPPORT TEAMS
MEASURE & IMPROVE
PLATFORMS
Pricing
Partners
Resources
Celery just released their API on Github, currently in beta. Here are some of the cool stuff you can do with it in Gorgias.
When you receive an email from a customer, you can connect your Celery account and see customer information (orders, shipping address, etc.). Here’s what it looks like:
To configure it, grab your Celery access_token, head to integrations, and add an HTTP integration using this URL:
https://api.trycelery.com/v2/orders?buyer.email={ticket.requester.email}
Then you can customize the sidebar to only show the Celery data you need to respond to customers. Click the cog and simply drag and drop elements you want to show.
Celery’s API enables you to perform a few actions from your favorite helpdesk:
Here’s an example of how you can cancel an order from Gorgias itself. Say you already have a macro to cancel an order. Add an HTTP action to it, in this case:
https://api.trycelery.com/v2/orders/{ticket.requester.customer.data[0].number}/order_cancel
Then, when you use this macro and send it to the customer, it will automatically cancel the last order at the same time:
We hope this integration with Celery can save you time. If you'd like to try Celery with Gorgias, shoot us a note! At support@gorgias.com.