v2
latestOpenAPI 3.1.02026-08-07750280.6 KBContacts
Create contact
Create a new contact in your organization.
post/contacts
Request body
Example request
{
"address": "123 Main St, City, State",
"custom_fields": {
"department": "Engineering",
"hair_color": "brown"
},
"email": "john.doe@example.com",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+1234567890"
}Response
Contact created successfully