post https://api.talkdeskapp.com/industries-scheduler/appointments
Create a calendar event and notify using SMS.
Scope
industries-scheduler-appointment:write
Body Response - Schema
200 OK
Appointment creation and sms notification sent successfully.
Parameter | Type | Description |
---|---|---|
id | string | The ID. Required. |
account_id | string | The account ID associated with the team. Required. |
team_member | object | The team member information. Required. "team_member" subdivides into: 1. "name"(string) - The name of the team member. 2. "email"(string) - The email address of the team member. 3. "status"(string) - The status of the team member. Allowed values: ACTIVE, PENDING 4. "provider"(string) - Team member email provider. Required. Allowed values: GOOGLE, OUTLOOK |
calendar_event_id | string | The calendar event ID. Required. |
start | integer | The start time of the appointment in UTC timestamp (milliseconds). Required. |
end | integer | The end time of the appointment in UTC timestamp (milliseconds). Required. |
team_id | string | The ID of the team associated with the appointment. <= 50 characters. Required. |
client_name | string | The name of the client associated with the appointment. <= 50 characters |
client_email | string | The email of the client associated with the appointment. <= 50 characters |
notes | string | The notes associated with the appointment. <= 50 characters |
400 (bad request), 401 (unauthorized), 403 (forbidden), 404 (not found)
Parameter | Type | Description | Required |
---|---|---|---|
code | string | n/a | yes |
message | string | n/a | yes |
description | string | n/a | no |
fields | array[object] | "fields" subdivides into: "name" (string) "description" (string) | yes (name and description) |
Troubleshooting
If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.