Contacts
Create contact
Create a new contact for a company
post/v1/contacts
Request body
Example request
{
"company_id": 123,
"number": "+18005551234",
"name": "John Doe",
"email": "john.doe@example.com",
"address1": "123 Main St",
"state": "CA",
"zip": "90210",
"city": "Los Angeles",
"notes": "Prefers to be contacted in the evening"
}Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.