POST
/
api
/
v1
/
form
{
  "message": "<string>",
  "meta": {},
  "data": {
    "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "trigger_instructions": "<string>",
    "form_type": "natural",
    "attributes": {},
    "fields": [],
    "webhook_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "trigger_tools": [
      "<any>"
    ],
    "contact_mapping": {}
  }
}

Authorizations

api_key
string
query
required

Your API key for authentication. You can generate it from the Settings page. Format: starts with in-.

Body

application/json
name
string | null
required
trigger_instructions
string | null
required
form_type
enum<string> | null
required
Available options:
natural,
simple
org_id
string<uuid> | null
attributes
object
fields
any[]
webhook_id
string<uuid> | null
trigger_tools
any[] | null
contact_mapping
object | null

Response

Successful Response

message
string | null
default:Data created successfully
meta
data
object | null