mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Introduced a new event subscriber to log SMS sent events with details such as recipient and message IDs. This enhances monitoring and debugging of SMS delivery.
14 lines
423 B
YAML
14 lines
423 B
YAML
framework:
|
|
notifier:
|
|
texter_transports:
|
|
#ovhcloud: '%env(OVHCLOUD_DSN)%'
|
|
ovhcloud: '%env(SHORT_MESSAGE_DSN)%'
|
|
channel_policy:
|
|
# use chat/slack, chat/telegram, sms/twilio or sms/nexmo
|
|
urgent: ['email']
|
|
high: ['email']
|
|
medium: ['email']
|
|
low: ['email']
|
|
admin_recipients:
|
|
- { email: admin@example.com }
|