SMS Channel Overview
Learn the process of configuring and using sms providers with Novu
Novu can be used to deliver sms messages to your customers using a unified delivery API. You can easily integrate your favorite sms provider using the built-in integration store.
Configuring SMS providers
When creating a SMS provider integration you will be asked to provide additional fields alongside the provider-specific credentials:
- From - Will be displayed as the sender of the SMS
Additional credentials can be API key, username, password or other provider specific credentials.
Some countries have strict restriction of using verified from
sender id
(name). Kindly check country and provider specific requirements first.
Sending SMS Overrides
The overrides field supports a sms
property and from
, to
, content
field overrides. This allows you to send a message to a different recipient, from a different sender, or with a different content.
Using different SMS integration
In Novu integration store, multiple SMS channel type provider integrations can be active at the same time. But only one provider integration can be primary at a time. This primary integration will be used as a provider to deliver the SMS by default. If you want to use a different active provider integration then you can use the integrationIdentifier
sms overrides field.
If there are 4 active SMS integrations with these identifiers:-
- twilio-abcdef
- twilio-ghijkl
- firetext-abcdef
- infobip-abcdef
Here, if twilio-abcdef
is primary integration and you want to use infobip-abcdef
with this trigger then you can use integrationIdentifier
sms overrides field as below:-
integrationIdentifier
in the integration store page. Common errors
Common errors and reason for these errors while sending sms messages using Novu.
- Subscriber does not have a configured channel.
- if the
from
field is missing / null / undefined.
- if the
Was this page helpful?