Learn more about actions.
runAction
function kicks off when an action is triggered. It takes inputs from the trigger API/SDK request and returns outputs in the response. The ParameterModel
and ResponseModel
are configurable via the integration configuration and are auto-imported into your script.
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.