Create a routing form
POST /appointments/routing-forms
POST
/appointments/routing-forms
Create a new routing form with optional fields and routes.
Returns the created form including its generated slug. is_admin is
forced False so the form is owned by the API-key user.
Authorizations
Parameters
Header Parameters
Request Body required
object
disabled
boolean
fields
Array<object>
object
label
required
string
options
required
boolean
type
string
name
required
string
routes
Array<object>
object
action_type
string
action_value
string
conditions
Array<object>
object
field_id
required
string
operator
required
string
value
string
is_fallback
boolean
position
integer
Responses
201
Successful Response
object
key
additional properties
any
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string