CRM
Bulk create contact fields
Creates contact custom field definitions in bulk.
post/v1/contacts/fields/bulk
Request body
Example request
[
{
"name": "Customer Tier",
"property_name": "customer_tier"
}
]Response
Contact fields were created.
Example response
{
"success": true
}