Guide on how to extend a pre-built integration in Nango.
index.ts
file.
Edit the scripts as you see fit.
nango.yaml
file of the template folder into your own nango.yaml
configuration (in your nango-integrations
folder).
Copy/paste the necessary integration 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
.
nango.yaml
configuration and integration scripts as you see fit (guide).