Website
Guide & Tutorial
Blog
Book a Demo
Search…
2.0.0
Getting Started
Widget
Overview
Installation
Customization
SDK
[Under Development] Overview
[Under Development] iOS
[Under Development] Android
Webhooks
Introduction
Getting Started
Securing Webhook
Webhook Events
REST APIs
Introduction
Authorization
Conversation
Contact
List all contacts
Retrieve a contact
Add contact
Block Contact
Merge contact
Update contact
Delete contact
Company
Phone
Chatbot
Analytics
[Under Construction] Custom Cards
Knowledge Base
Settings
Powered By
GitBook
Add contact
Add a contact.
post
https://{{account_id}}.acquire.io/api/v1/crm/objects/contact
Add a contact
Body (raw)
1
{
2
"fields": {
3
"name": "API Deo",
4
"email": "
[email protected]
",
5
"phone": "9460731950",
6
"city": "San Francisco",
7
"state": "California",
8
"countryId": "517",
9
"ip": "103.61.112.45"
10
},
11
"dateCreated": "string",
12
"dateUpdated": "string",
13
"clientType": "web",
14
"clientName": "Chrome",
15
"clientVersion": "81.0",
16
"clientOsName": "Windows",
17
"clientOsVersion": "10",
18
"clientDeviceType": null,
19
"clientDeviceVendor": null,
20
"clientDeviceModel": null,
21
"clientDetails": {}
22
}
Copied!
Previous
Retrieve a contact
Next
Block Contact
Last modified
4mo ago
Copy link