Create a function deployment
Functions
Create a function deployment
Deploys TypeScript function source code to an existing integration.
POST
Create a function deployment
Requires an API key with the
environment:deploy scope. Learn more about API key scopes.Authorizations
The secret key from your Nango environment.
Body
application/json
Deploy a submitted function.
Available options:
function The integration ID (unique_key) that you created in Nango.
The sync or action function name.
Available options:
action, sync The TypeScript source code for the function.
Minimum string length:
1Optional version tag for this deployment.
Allow overwriting an existing standalone function with the same name.