Skip to content

Roles

Notification Settings allow you to configure the global providers and credentials for sending notifications across the platform. These settings apply to all notification templates and channels.


Email Provider Configuration

You can configure the platform to send emails using either an SMTP provider or Microsoft Graph API.

Fields

  • Provider Type *
    Options:
  • SMTP
  • Microsoft Graph API

  • SMTP Configuration (displayed if SMTP is selected)

  • SMTP Host *
    Enter the SMTP server address.
  • SMTP Port *
    Enter the SMTP port (default: 587).
  • Username *
    SMTP username.
  • Password *
    SMTP password.
  • Enable TLS
    Toggle to enable/disable TLS encryption.
  • Default From Email
    Email address used as sender by default.

  • Microsoft Graph API Configuration (displayed if Microsoft Graph API is selected)

  • Client ID *
    Application Client ID.
  • Client Secret *
    Application Client Secret.
  • Tenant ID *
    Azure AD Tenant ID.
  • Default From Email
    Email address used as sender by default.

Screenshot Placeholder:
Email Provider Settings Screenshot


SMS Provider Configuration

Configure the global SMS provider for sending SMS notifications.

Fields

  • Provider Name *
    Name of the SMS provider.

  • API URL *
    URL endpoint for sending SMS messages.

  • API Key / Token *
    Authentication key or token for the SMS provider.

  • Sender ID *
    Default sender ID to be used for SMS messages.

  • Default Priority
    Set the default priority for SMS messages (High / Normal / Low).

  • Encoding
    Default message encoding (e.g., UTF-8 / ASCII).

  • Validity Period (minutes)
    Time period for which the SMS is valid (default: 5).

Screenshot Placeholder:
SMS Provider Settings Screenshot


Notes

  • These settings are global, meaning all notification templates will use these credentials unless overridden.
  • Changing these settings affects all outgoing notifications, so handle credentials securely.