Create path
Create path
Adds a function path to its function, one of the named exits a function can return through. The response carries the ID that later calls address it by.
POST
Create path
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 the exit path and returns it with its generated ID and the function it belongs to. The name is the value the function code returns to send the workflow down this branch.