Logo
ActiveCampaign Developer Relations API Documentation

Add Custom Field

POST {{yourAccountUrl}}/api/3/fields

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Api-Token
string Your ActiveCampaign API Token




RESPONSES

status





Curl
curl -X POST '/api/3/fields' -H 'Api-Token: yourApiKey' -d '{"field":{"title":"checkbox title","descript":"Here is the description","type":"checkbox","isrequired":false,"perstag":"uniqueCustomTag","group":1,"show_in_list":true,"rows":0,"cols":0,"visible":true,"ordernum":0}}'

ENDPOINTS