create_a_custom_field_group
Create a new custom field group to organize custom fields in ActiveCampaign. Define label, order, and group type.
Instructions
🟡 WRITE · creates data · Group Definitions · POST /groupDefinitions
Create a Custom Field Group
Creates a new record. Not idempotent — calling twice may create duplicates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body (application/json). | |
| groupDefinition.label | No | Field Group Name | |
| groupDefinition.ordernum | No | The order the custom field group will be shown | |
| groupDefinition.groupType | No | The group type (see note) |