v1
latestOpenAPI 3.0.12026-07-266184114.0 KBContacts
Create a contact
Create a new contact (Permitted scopes: fax:all:edit)
post/accounts/self/contacts
Request body
Example request
{
"name": "John Doe",
"fax_number": "+12025551234",
"email": "john.doe@example.com",
"cellphone": "+12025551235",
"phone": "+12025551236",
"notes": "Prefers email communication",
"groups": [
"sales",
"department 001"
]
}Response
Contact created successfully