A practical demonstration of integrating Nango in your codebase.
The sample app contains:
The sample app uses both Slack and Google Drive as example integrations and is showcased in this demo video.
Create an account
Create a Slack integration
users:read
chat:write
https://api.nango.dev/oauth/callback
as a redirect URL in your Slack OAuth app.Authorization
tab. In the “Endpoints” tab, activate endpoint GET /users
and POST /send-message
.Create a Google Drive integration
https://api.nango.dev/oauth/callback
.client_id
: from Google Cloud Consoleclient_secret
: from Google Cloud Consolehttps://www.googleapis.com/auth/drive.readonly
scope.GET /documents
endpoint.Prepare your env
NodeJS
, Docker
. Then run:Transfer Nango webhooks locally
${URL}/webhooks-from-nango
, e.g: https://tame-socks-warn.loca.lt/webhooks-from-nango
.Launch
Bonus: Deploy custom scripts
This above sample app uses pre-built integrations, but you can also use custom ones.
./nango-integrations/.env
.Questions, problems, feedback? Please reach out in the Slack community.