ZealSchedule
Search…
Getting Started
Authentication
Services API
Service API Introduction
1:1 Appointment Service
Service API Lookup Tables
Contacts API
Contact API Introduction
Create Contact
Update Contact
Fetch Contacts
Delete Contact
Scheduling API
Scheduling API Introduction
Availability Of The Service
Schedule Appointment
Cancel Booking
Reschedule Booking
List Of Appointments Scheduled
Settings API
Generate API Key
Business Hours
Block Off Period
Email API
Get Email Template
Staff API
Fetch Staffs
Powered By
GitBook
Create Contact
The create a new contact endpoint is used to create a new contact in zealschedule.
post
https://api.zealschedule.com/
customer/create
Create Contact
Sample Request
Assistance
1
{
2
"client_firstname":"Shivasurya",
3
"client_lastname":"Tenkasi",
4
"client_email":"
[email protected]
",
5
"client_mobile":"2265814631",
6
"client_gender":"M",
7
"client_address_line":"",
8
"client_address_line2":"",
9
"client_state":"",
10
"client_country":"",
11
"client_pincode":"",
12
"client_displayname":"Shivasurya Tenkasi",
13
"client_phone_code":"CA",
14
"client_dial_number":" 1",
15
"internal_notes":""
16
}
Copied!
How many contacts can I create at a time?
You can create only one contact at a time.
Remember
The request body must have the key as
"jsonString."
jsonString
Contacts API - Previous
Contact API Introduction
Next - Contacts API
Update Contact
Last modified
1yr ago
Copy link