Pre-requisite: set up an integrations folder (step-by-step guide).
Download the template code
Download the template code locally. The code is available on GitHub or directly in the Nango UI in the Scripts tab of an integration.Copy/paste the configuration & scripts
Copy/paste the necessary configuration from thenango.yaml
file of the template folder into your own nango.yaml
configuration (in your nango-integrations
folder).
Copy/paste the necessary script files (ending in .ts
) from the template folder into your nango-integrations
folder.
There is no need to copy/paste the models.ts
file from the template folder; it is a generated file that will be regenerated separately in your integrations folder when you run nango dev
.
Customize the template at will
Edit thenango.yaml
configuration and scripts as you see fit (step-by-step guide).
If a custom script name conflicts with a template name, the custom script will override the template in the Nango UI.
Questions, problems, feedback? Please reach out in the Slack community.