Skip to main content
Version: v3

Get notifications

GET 

/calendars/:calendarId/notifications

Get calendar notifications based on query

Request

Version stringrequired

API Version

Available optionsv3
calendarId stringrequired

Calendar ID

isActive boolean

Filter by active status

deleted boolean

Include deleted notifications

limit number

Number of records to return

Default value:100
skip number

Number of records to skip

Default value:0
application/json

Successful response

Schema
  • Array [
  • _idstring

    Notification ID

    receiverTypestring

    Notification recipient type

    Available optionscontactguestassignedUseremailsphoneNumbersbusiness
    additionalEmailIdsstring[]

    Additional email addresses to receive notifications

    additionalPhoneNumbersstring[]

    Additional phone numbers to receive notifications

    channelstring

    Notification channel

    Available optionsemailinAppsmswhatsapp
    notificationTypestring

    Notification type

    Available optionsbookedconfirmationcancellationreminderfollowupreschedule
    isActiveboolean

    Whether the notification is active

    additionalWhatsappNumbersstring[]

    Additional WhatsApp numbers to receive notifications

    templateIdstring

    Template ID for the notification

    bodystring

    Notification body content

    subjectstring

    Notification subject line

    afterTimeobject[]

    Time schedules after which follow-up notifications are sent

    beforeTimeobject[]

    Time schedules before which reminder notifications are sent

    selectedUsersstring[]

    Selected user IDs for the notification

    deletedboolean

    Whether the notification is deleted

  • ]