v1
OpenAPI 3.0.02026-08-04109109370.6 KBContacts (People)
Create a custom field
Creates a custom field to use for contacts.
post/contacts/customfield
Request body
Example request
{
"id": "3-contacts",
"title": "Custom Field Title"
}Response
OK
Creates a custom field to use for contacts.
{
"id": "3-contacts",
"title": "Custom Field Title"
}OK