Dry run a function
Functions
Dry run a function
Starts an asynchronous dry run for TypeScript function source code against a connection without deploying it.
POST
Dry run a function
Requires an API key with the
environment:functions:dryrun scope. Learn more about API key scopes.Authorizations
The secret key from your Nango environment.
Body
application/json
The integration ID (unique_key) that you created in Nango.
Available options:
action, sync The TypeScript source code for the function.
Minimum string length:
1The connection ID to use for the dry run.
Optional JSON input payload passed to the function.
Optional metadata available to the function during the dry run.
Optional checkpoint payload available to sync functions during the dry run.
Optional last sync date available to sync functions during the dry run.