calendars_update_event_notification
Modify calendar event notifications by adjusting channel, timing, recipients, and active status for reminders, follow-ups, cancellations, and other alert types.
Instructions
Update notification
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Body for email notification. Not necessary for in-App notification | |
| channel | No | Notification channel | |
| deleted | No | Marks the notification as deleted (soft delete) | |
| subject | No | Subject for email notification. Not necessary for in-App notification | |
| fromName | No | From name for email/sms notification | |
| isActive | No | Is the notification active | |
| afterTime | No | Specifies the time after which the follow-up notification should be sent. This is not required for other notification types. | |
| beforeTime | No | Specifies the time before which the reminder notification should be sent. This is not required for other notification types. | |
| calendarId | Yes | ||
| fromNumber | No | from number for sms notification | |
| templateId | No | Template ID for email notification | |
| fromAddress | No | From address for email notification | |
| receiverType | No | Notification recipient type | |
| selectedUsers | No | Selected users for in-App and business email notifications. Supports user IDs and special keyword "sub_account_admin" | |
| notificationId | Yes | ||
| notificationType | No | Notification type | |
| additionalEmailIds | No | Additional email addresses to receive notifications. | |
| additionalPhoneNumbers | No | Additional phone numbers to receive notifications. |