goalert icon indicating copy to clipboard operation
goalert copied to clipboard

How to add different SMS providers?

Open kesavkolla opened this issue 3 years ago • 4 comments

Currently the goalert only has Twilio setup for SMS. We use signalwire for SMS delivery. Is it possible to add different SMS providers? Infact is it possible to add multiple SMS providers per geography? We have few users in US for which we want to use signalwire and we have users in India and we want different SMS provider.

kesavkolla avatar Jan 24 '22 19:01 kesavkolla

Not at the moment, but we are working on making notification providers pluggable so you can implement your own and/or make adding new ones easier and smoother.

Using multiple providers based on region is an interesting point that we'll need to keep in mind for the design, I can definitely see the benefit in that. We can probably add an option to add providers with some sort of filter (e.g., country code or something)

mastercactapus avatar Jan 24 '22 21:01 mastercactapus

This issue has been automatically marked as stale because it has not had recent activity.

stale[bot] avatar Jul 30 '22 18:07 stale[bot]

Is there any update ? We use websms.com for sending SMS/Voice . It would be great if we can specify somehow this configuration. This simple POST send Voice SMS to phone number:

curl -X POST https://api.websms.com/rest/smsmessaging/text \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -u username:password \
  -d '{
    "recipientAddressList": ["012345678"],
    "test": "false",
    "messageContent": "Read alert for me.",
    "messageType": "voice"
  }'

If there is option to populate message from alert and each user can have own phone number that is perfect.

whoamiUNIX avatar Dec 30 '22 09:12 whoamiUNIX

This issue has been automatically marked as stale because it has not had recent activity.

stale[bot] avatar Aug 12 '23 04:08 stale[bot]