Pre-requisite: creation of an integration and at least one connection (step-by-step guide).
Activate an action template
Nango uses actions to perform workflows involving external APIs. Workflows can involve arbitrary series of API requests & data transformations. For common use cases, templates are available to let you get started fast. Select your integration in the Integrations tab, and navigate to the Scripts tab. Available action templates will appear in the Action Scripts section. Select the relevant one and enable it with the toggle.Trigger an action
Actions can take inputs, and they return a result synchronously. Trigger actions using the backend SDK (reference) or API (reference):- cURL (standard endpoint)
- Node SDK