Skip to main content
POST
Create custom field

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Custom field name, used to reference it in flows.

Required string length: 1 - 255
type
enum<string>
required

Custom field data type.

Available options:
shortText,
email,
phoneNumber,
number,
date,
datetime,
boolean,
longText

Response

OK

id
string
required
name
string
required
type
enum<string>
required
Available options:
shortText,
email,
phoneNumber,
number,
date,
datetime,
boolean,
longText
description
string | null
required