zitadel/internal/notification
Stefan Benz 5bdf1a4547
feat: add http as sms provider (#8540)
# Which Problems Are Solved

Send SMS messages as a HTTP call to a relay, for own logic on handling
different SMS providers.

# How the Problems Are Solved

Add HTTP as SMS provider type and handling of webhook messages in the
notification handlers.

# Additional Changes

Clean up old Twilio events, which were supposed to handle the general
SMS providers with deactivate, activate and remove.

# Additional Context

Partially closes #8270

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-09-06 13:11:36 +00:00
..
channels feat: add http as sms provider (#8540) 2024-09-06 13:11:36 +00:00
handlers feat: add http as sms provider (#8540) 2024-09-06 13:11:36 +00:00
messages fix: RFC1342 encode sender name that goes in from header (#8193) 2024-06-28 08:33:42 +00:00
senders feat: add http as sms provider (#8540) 2024-09-06 13:11:36 +00:00
static feat: add indonesia translation (#8459) 2024-09-03 16:05:47 +00:00
statik chore: initial version of a devcontainer (#6352) 2023-08-15 10:49:05 +02:00
templates feat: add http as sms provider (#8540) 2024-09-06 13:11:36 +00:00
types feat: add http as sms provider (#8540) 2024-09-06 13:11:36 +00:00
channels.go feat: add http as sms provider (#8540) 2024-09-06 13:11:36 +00:00
projections.go feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00