Update Contact
WRITE
access to the CONTACT
module is required to access this endpointcontactEdited
webhook will be fired when this endpoint has run successfullyid
cannot be assumed to be unique. Use uuid
instead.Contacts may be either people or organizations and these are stored in separate tables in the database, each with its own auto-incrementing identifier.
The contacts model creates a union between these two tables to allow simplified operations under a single namespace.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The uuid of the contact to update
Body
The default contact schema
Full name of the contact
"Sam Smith"
Type of the contact
person
, organization
"person"
The organization id that this contact has been added to. Applies only for 'person' type contacts.
137834
If true, the contact will be selectable in client menus
true
Primary email address of the contact
Secondary email address of the contact
Tertiary email address of the contact
""
Primary phone number of the contact
"+1-541-754-3010"
Secondary phone number of the contact
""
Tertiary phone number of the contact
""
Contacts address first line
"Unit 1/43"
Contacts address second line
"123 Example Street"
Contacts address third line
""
Contacts city
"Surry Hills"
Contacts state
"NSW"
Contacts state
"2010"
Contacts country
"Australia"
Website of the contact
"www.example.com"
Icon / avatar of the contact
Used to show the values of custom fields on linked modules