Skip to main content
POST
Create Custom Field

Authorizations

X-ACCESS-TOKEN
string
header
required

API access token from your Fliqr AI dashboard (Settings → API). Send it in the X-ACCESS-TOKEN header on every request.

Body

application/json
name
string
type
enum<integer>

0 - text | 1 - number | 2 - date | 3 - datetime | 4 - true/false

Available options:
0,
1,
2,
3,
4
isBotField
boolean
default:false
value
string

The value of the bot field. It is ignored for the contact custom field.

description
string

Response

200 - application/json

successful operation

id
integer<int64>

The ID of the new custom field

name
string