Prerequisites
You must have created an app and published it as a public integration in Zapier’s App Directory. Redirect URIs and your Client ID and Client Secret become available only after your app is public.Creating your Zapier OAuth app
Configure a redirect URI
In the Zapier Developer Platform, go to Embed → Settings → Redirect URIs and add your Nango callback URL:
https://api.nango.dev/oauth/callbackGet your Client ID and Client Secret
In the Zapier Developer Platform, go to Embed → Settings → Credentials. Copy your Client ID and Client Secret.
Determine required OAuth scopes
The Zapier Workflow API endpoints require different OAuth scopes. Check the API reference for each endpoint you use to see which scopes are required, and configure those scopes when setting up the integration in Nango.
Next
Follow the Quickstart to connect your first account.
Additional resources
- Zapier Workflow API – Authentication
- Zapier User Access Token documentation
- Building a public integration on Zapier