Nango supports both synchronous and asynchronous execution of actions. Synchronous is the default.Asynchronous execution is a better fit if you want Nango to transparently handle rate limits and retries. This is especially useful for bursty (or bulk) workloads, where you want to “fire and forget” the execution. In async mode, Nango can either send you a webhook when the execution finishes, or you can poll the status on the API.To implement an async action, follow our async action implementation guide.
Nango supports calling an action from within another action. This lets you chain actions together and build entire workflows.Each action invocation will show up in the logs.