Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Create a service provider

Administrators can configure service providers for devices that use SMS.

Before you begin

Role required: admin

About this task

Important: Service providers such as AT&T and Verizon may soon be deprecating the email-to-text functionality. See Using Notify with SMS for SMS delivery.

Administrators also have the option of configuring how a device's service provider affects the construction of the device's email address.

Procedure

  1. Navigate to the Notification Service Provider [cmn_notif_service_provider] table by entering cmn_notif_service_provider.list in the application navigator filter.

  2. Fill out or change the fields on the form (see table).

  3. Select Update.

  4. Select Save on the Notification Preferences page.

FieldDescription
NameConfigured name of the service provider.
TypeType of device, in this case SMS.
ActiveEnables or disables this notification device.
Advanced notificationRemoves all the previous options and displays the Advanced script field.
Advanced scriptUsed for custom notifications that run a script rather than construct a traditional SMS/email. This is used when all outbound SMS messages must run through a central SMS hub, as opposed to being sent directly from the instance to the SMS provider. Advanced users can construct a script in this field that will send a notification to an old style numeric pager that can’t receive SMS communications. This field is rarely used and employs advanced scripts. Contact your representative to assist you with any advanced SMS scripting.
Construct address manuallyRemoves the prefix and suffix options and displays the Construction script field.
Construction scriptEnables you to script the email address construction as you would in a business rule. For example, abc + current.phone_number + def@text.att.net would construct an email address of abc2223334444def@text.att.net.Note: Current is a reference to the device, not the service provider, therefore the current.phone_number variable that uses the device's phone_number value.
SMS Provider Email PrefixPlaces the provided text before the device's specified phone number; for example: `PREFIX2223334444@text.att.net`
SMS Provider Email SuffixPlaces the provided text after '@' sign; for example: `2223334444@SUFFIX`
Notification Device VariablesOptional attributes of an SMS device used inside an SMS service provider's Advanced script. This is used to deliver SMS notifications to an internal SMS distribution technology. This is an advanced scripting procedure and isn’t necessary for configuring external SMS providers.

Parent Topic:Subscription-based notifications