Custom Fields
Add a new custom field
<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Custom%20Fields/createCustomField" target="_blank">Try in sandbox</a><br>
post/api/v2/customfields
Request body
Example request
{
"name": "DOB"
}Response
Contact has been created with success.
Example response
{
"id": 515,
"href": "/api/v2/entity_name/1"
}