1
Create an OAuth app
In your Nooks workspace, go to Developer, then switch to the OAuth tab. Create a new OAuth app and give it a name your users will recognize when they’re asked to approve access.
2
Configure the redirect URI
Click into the app you just created and switch to its Auth subtab. Under Redirect URLs, paste
https://api.nango.dev/oauth/callback and press + Add, then Save. Nooks validates this on every authorization request, so it must match exactly.3
Get your Client ID and Client Secret
Copy the app’s Client ID and Client Secret. You’ll need these when configuring the Nooks integration in Nango.
4
Review scopes
Select the scopes your integration needs (e.g.
prospects:read, sequences:write).