Adding a New Notification Channel - FusionID Documentation

FusionID Documentation

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

Add a delivery channel beyond the built-in email and HTTP POST options.

Note:Adding a new delivery channel requires backend development to implement the sending logic. The following steps register the channel in the UI, but a developer must also build and configure the corresponding sender service.
  1. In the admin interface, navigate to Settings > Object > Select Options.
  2. Find and open the NotificationChannel select option.
  3. Add a new entry with a Value, Label, and unique Name for the channel.
  4. Click Save.
  5. Contact your FusionID implementation team to complete the backend configuration required for the new channel.