Overview

Pre-built tooling

Pre-built integrations

Not seeing the integration you need? Build your own independently.

Access requirements

Pre-RequisitesStatusComment
Paid dev account
Paid test account
Partnership
App review
Security audit

Setup guide

No setup guide yet.

Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

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:

nango.auth('gorgias', '<CONNECTION-ID>', {params: {subdomain: '<gorgias-subdomain>'}});

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.
Contribute API gotchas by editing this page