Create many functions
Create many functions
Adds several functions to the environment in one request, each taking the fields the single-create call takes. The response carries the created functions in the same shape the list call returns.
POST
Create many functions
Authorizations
Voiceflow bearer token
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Body
application/json
Response
201 - application/json
Creates every function in the request and returns them all, each with its own ID, stored JavaScript source, and exit path order.