cURL
curl --request POST \ --url https://app.fliqr.ai/api/accounts/custom_fields \ --header 'Content-Type: application/json' \ --header 'X-ACCESS-TOKEN: <api-key>' \ --data ' { "name": "lead_score", "type": 1 } '
{ "id": 1995, "name": "lead_score" }
Create a custom field
0 - text | 1 - number | 2 - date | 3 - datetime | 4 - true/false
The value of the bot field. It is ignored for the user custom field.
successful operation
The ID of the new custom field
Was this page helpful?