Step-by-step guide on how to extend an integration template.
nango.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
.
nango.yaml
configuration and scripts as you see fit (step-by-step guide).