Actions
New feature / Change #6083
closedSupport several SMS providers
Start date:
08/21/2023
Due date:
% Done:
0%
Estimated time:
8:00 h
Description
Today, only one SMS providers can be used at a time. We could update the backend so we can define additionnal rules per provider.
- We can configure all providers global vars. If the first one returns an error when sending, use the second one.
- Add new whitelisted prefix var per provider, by example SMS_OVH_WL_PREFIX, SMS_SWISSCOM_WL_PREFIX and SMS_CLICKATEL_WL_PREFIX. Value will be prefix like +33,+41,*. Star must be usable to be able to use wildcard.
- Find a way to define order, like a new var called SMS_PROVIDER_ORDER, value will be coma separated provider (OVH,CLICKATEL)
Actions