Notification Handlers API
Notification Handlers Endpoint Overview
The Notification Handlers endpoints provide a comprehensive set of operations for managing notification handlers within your application. These endpoints allow you to retrieve, create, update, and delete notification handlers, giving you full control over how notifications are configured and managed.
Retrieve All: Fetches a list of all notification handlers associated with your account, providing an overview of all notification methods being used.
Retrieve One: Retrieves detailed information about a specific notification handler, allowing you to access in-depth data about a particular notification method.
Create: Allows you to create a new notification handler, specifying the necessary parameters and settings for how notifications should be sent.
Update: Updates an existing notification handler, enabling you to modify its settings and configurations as needed.
Delete: Deletes a specific notification handler, removing it from your list of available notification methods.
These endpoints are essential for ensuring that your application's notification system is flexible and customizable, allowing you to set up and manage how alerts and notifications are delivered to your team or users effectively.
Last updated