Skip to main content
POST
Create many variables

Authorizations

Authorization
string
header
required

Voiceflow bearer token

Query Parameters

projectID
string
required

The ID of the project to operate on.

environmentAlias
string
required

The alias of the environment to operate on (e.g. main).

Body

application/json
functionID
string
required

The ID of the function to create the variables for.

variables
object[]
required

Response

201 - application/json

Returns the newly created function variables, each with its own ID, its input or output kind, and the functionID of the function it was attached to.

variables
object[]
required