Guide on how to build integrations triggered on certain events.
post-connection-creation
occurs when a connection has been created.pre-connection-deletion
occurs before a connection is deleted.exec
function kicks off when the event the script is associated to occurs.
Event-based scripts focus solely on immediate tasks. Calls to nango.batchSave()
, nango.batchUpdate()
, and nango.batchDelete()
are not applicable. However, scripts can call actions, enabling complex workflows through the composition of multiple actions.