Add contact
Add a contact.
Add a contact
POST
https://{{account_id}}.acquire.io/api/v1/crm/objects/contact
Add a contact. Contacts may be created with attributes such as "name"
, "email"
, "phone"
, "city"
, etc. See example body below.
You may use Custom Attributes during a POST request. If you're using radio or drop-down fields, ensure that the input matches the options. Use the Custom Attribute key in the fields body. You may find the Custom Attribute key in Settings > Account Settings > Custom Attributes. For example:
"fields":{
"custom attribute key": "my custom attribute"
}
Headers
Name
Type
Description
Authorization
string
Bearer {{API_KEY}}
Request Body
Name
Type
Description
phone
string
Contact's phone
string
Contact's email
name
string
Contact's name
fields*
object
field body
Body (raw)
Last updated