Skip to main content
GET
Get notification

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-04-15

Path Parameters

calendarId
string
required
notificationId
string
required

Response

Successful response

_id
string

Notification ID

receiverType
enum<string>
Available options:
contact,
guest,
assignedUser,
emails,
phoneNumbers,
business
Example:

"contact"

additionalEmailIds
string[]
Example:
additionalPhoneNumbers
string[]
Example:
channel
enum<string>
Available options:
email,
inApp,
sms,
whatsapp
Example:

"email"

notificationType
enum<string>
Available options:
booked,
confirmation,
cancellation,
reminder,
followup,
reschedule
Example:

"confirmation"

isActive
boolean
Example:

true

additionalWhatsappNumbers
string[]
Example:
templateId
string
Example:

"0as9d8as0d"

body
string
Example:

"This is a test notification"

subject
string
Example:

"Test Notification"

afterTime
object[]
Example:
beforeTime
object[]
Example:
selectedUsers
string[]
Example:
deleted
boolean
Example:

false

Last modified on March 8, 2026