website logo
Version 2.0 API
Previous Version 1.0
Navigate through spaces
⌘K
Introduction: API Reference
Authentication
Webhooks Integration
What Is Webhook Event
Setup Live Webhook
Test & Validate Webhook
Sample Payload
Edit Webhook
Delete Webhook
Test API via Postman
Setup Postman
CallerDesk <> Postman
Team Members
Add Member
Update Member
Delete Member
Get Members List
Call Group
Call Group List
Update Call Group
Create Call Group
Delete Call Group
Get Group details by id
Get Group Time Schedule
Call Report API
Call Report API
Live Call API
Call Routing API
Click-to-Call API's
Click2Call API ( Normal )
Click2Call API (with CallGroup)
Reverse C2C API ( B Party=Member Number)
Reverse C2C API ( B Party=Deskphone with CallGroup)
Contact API's
Contact notes API
Get Contact List
Add contact
Edit contact
Delete contact
Bulk Voice Brodcast
Bulk Voice Broadcast
Bulk Voice Broadcast Report
Voice OTP API's
Number Blacklist API's
Block Number
Unblock Number
Account Sender id's
Add Sender id
Get Sender id
Delete Sender id's
Account Level API's
Activity Trail History
Profile & Balance
IVR Number List
Member Analysis
Notification Settings
Notification List
Update Notification
Docs powered by
Archbee
Contact API's

Add contact

2min



This API can help to add contact in panel.
POST
Params
Header Parameters
contact_num
required
Integer
The number of the contact
contact_name
required
String
name of contact person
contact_email
optional
String
email of contact person
contact_address
optional
String
Address of contact person
contact_followupdate
optional
String
Date and time of follow up
contact_status
optional
String
Status of contact, for example: hot,warm,cold etc
member_name
optional
String
Name of the member to whome the contact is assigned
contact_comment
optional
String
Comment on the contact

Important Information: There are 6 option for "contact_status" Header parameter which you can use:
  • For Hot Status = 1
  • For Warm Status = 1
  • For Cold Status = 1
  • For Invalid Status = 1
  • For Disqualified Status = 1
  • For Prospect Status = 1

Updated 24 Apr 2023
Did this page help you?
PREVIOUS
Get Contact List
NEXT
Edit contact
Docs powered by
Archbee
Add contact