Contacts
Create & Update Contacts
Request Body
name string
(required for creation)
email string
phone string
address string
address_line2 string
alternate_names object
Show Details
alternate_emails object
Show Details
alternate_phones object
Show Details
alternate_addresses object
Show Details
id_number string
groups object
Show Details
locations object
Show Details
is_primary boolean
notes string
metadata object
external_id string
Create Contact(s)
This API will allow you to create a single contact using a traditional REST approach.
Create Single Contact
The only required property for a contact is the name, but we recommend adding some more information like the email or phone.
Update Contact
To update a contact, you'll need to pass the contact's ID along with any properties that you want to manage.
Update Contact
The address field can also include the address ID or location ID and we'll parse it successfully.
Contacts can only be added to the groups with locations only if contact is also associated to that location. Contacts can be added to groups with location freely. Removing a location from contact also removes all the groups associated with location from the contact.