# Notification Triggers

Notification Triggers are application events emitted within the MeetBit platform. These events can be monitored to trigger specific Notifications based on user-defined criteria.

{% hint style="info" %}
The following marks on Notification Triggers are explained as follows:&#x20;

* \* Essential to MeetBit Platform processes. Comes with default.
* \*\* Essential to MeetBit Platform processes. Comes with default but can be overridden through Notification Settings.
* \*\*\* Not essential to MeetBit Platform processes. Not emitted unless specified in Notification Settings.
  {% endhint %}

| Notification Trigger                          | Description                                                                       | Recipient/s                                                                                                          | Channel                                             |
| --------------------------------------------- | --------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| **Meeting Link Scheduled\*\***                | Emitted when an Event is created through a Meeting Link.                          | <ul><li>Customer scheduling the Event.</li></ul>                                                                     | <ul><li>Email</li><li>SMS</li></ul>                 |
| **Meeting Link Scheduled Representative\*\*** | Emitted when an Event is created through a Meeting Link.                          | <ul><li>Representative assigned to the Event.</li></ul>                                                              | <p></p><ul><li>Email</li></ul>                      |
| **Event Created\***                           | Emitted when an Event is manually created through the Admin Panel.                | <ul><li>All Attendees of the Event.</li></ul>                                                                        | <p></p><ul><li>Email</li></ul>                      |
| **Event Updated\***                           | Emitted when an Event is manually updated through the Admin Panel.                | <ul><li>All Attendees of the Event.</li></ul>                                                                        | <ul><li>Email</li></ul>                             |
| **Event Canceled\***                          | Emitted when an Event is canceled.                                                | <ul><li>All Attendees of the Event.</li></ul>                                                                        | <ul><li>Email</li><li>SMS (Customer only)</li></ul> |
| **Event Reminder\*\*\***                      | Emitted according to the Meeting Link's Notification Settings' "aheady by" field. | <ul><li>All Attendees of the Event. </li></ul>                                                                       | <ul><li>Email</li><li>SMS (Customer only)</li></ul> |
| **Event Rescheduled\*\***                     | Emitted when an Event is rescheduled.                                             | <ul><li>All Attendees of the Event</li></ul>                                                                         | <ul><li>Email</li><li>SMS (Customer only)</li></ul> |
| **Event Reassigned\*\***                      | Emitted when an Event is reassigned to another Representative.                    | <ul><li>Original Assigned Representative</li><li>All Attendees of the Event (including new representative)</li></ul> | <ul><li>Email</li><li>SMS (Customer only)</li></ul> |
| **Event Feedback\*\*\***                      | Emitted when an Event's end Date-Time has passed.                                 | <ul><li>Customer of the Event</li></ul>                                                                              | <ul><li>Email</li><li>SMS (Customer only)</li></ul> |
| **Error Report Recieved\***                   | Emitted when an Error Report is received.                                         | <ul><li>Error Report Form Respondent.</li></ul>                                                                      | <ul><li>Email</li></ul>                             |

{% hint style="info" %}

* Event Feedback is only triggered if the Meeting Link saves the Customer.
* SMS Notifications are only sent when the Meeting Link saves the Customer and requires the contact number field.  You can refer to [Meeting Link Settings](/docs/meeting-links/meeting-link-settings.md#customer-information-settings) for more information.
* SMS Notifications are only sent when the phone number is from a country covered by your Workspace's SMS providers.
  {% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://meetbit.gitbook.io/docs/notifications/notification-triggers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
