Pre-Configured APIs
Gorgias
API configuration: gorgias
Features
Features | Status |
---|---|
Auth (OAuth) | ✅ |
Sync data | ✅ |
Perform workflows | ✅ |
Proxy requests | ✅ |
Receive webhooks | 🚫 (time to contribute: <48h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
- How to register an Application
- OAuth-related docs
- List of OAuth scopes
- Web API docs (their REST API)
Need help getting started? Get help in the community.
Connection configuration in Nango
Gorgias requires a user specific subdomain to run OAuth.
You should request this from the user and pass it to Nango in the nango.auth()
call:
For more details, see the docs here.
API gotchas
- To refresh tokens, you will need to set the
offline
as part of the scopes when creating an integration.
Add Getting Started links and Gotchas by editing this page