post https://bolt.thena.ai/v3/forms
This API lets you create a form.
Request Body.
name
(mandatory): Name of the formdescription
(mandatory): Description of the formfields
(mandatory): An object where the key is the name of your field and the value is the description of the field. Schema for the value part is described below.
Field value object description
type
:text
|email
|password
|select
|radio
|checkbox (multi select)
|textarea
label
: a stringplaceholder
: a stringrequired
:true
|false
readonly
:true
|false
default_value
: a stringhelp_text
: a stringoptions
: an array of strings describing your input options if type ischeckbox
,select
, orradio
.