Add contact

Add contact

This API can help to add contact in panel.

https://cloud.digidonar.in/api_v2/savecontact_v2

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?

Add Contact

javascript--v1JS |
   {
   "type" : "success",
   "message" : "Contact Save successfully."
   }

RESPONSES
200 |

   200 ok : The request has succeeded