Overview of action integrations.
exec
function kicks off when an action is triggered. It takes inputs from the trigger API/SDK request and returns outputs in the response.
Actions focus solely on immediate tasks without persisting data to Nango’s cache, thus calls to nango.batchSave()
, nango.batchUpdate()
, and nango.batchDelete()
are not applicable. However, actions can call other actions, enabling complex workflows through the composition of multiple actions.