Skip to content

Commit

Permalink
Support sender ID for SNS SMSes
Browse files Browse the repository at this point in the history
This is a requirement for SNS now.
  • Loading branch information
jamesoff committed Nov 17, 2024
1 parent cd1a016 commit 96f8ed2
Show file tree
Hide file tree
Showing 4 changed files with 498 additions and 6 deletions.
8 changes: 8 additions & 0 deletions docs/alerters/sns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,12 @@ Note that not all regions with SNS also support sending SMS.

the phone number to SMS. Give the number as country code then number, without a ``+`` or other international access code. For example, ``447777123456`` for a UK mobile. Specify this, or ``topic``, but not both.

.. confval:: sender_id

:type: string
:required: no
:default: ``SmplMntr``

the sender ID to use when sending SMSes. See the SenderID documentation in the SNS docs: https://docs.aws.amazon.com/sns/latest/dg/sms_sending-overview.html#sms_publish-to-phone

.. include:: ../aws-confvals.rst
Loading

0 comments on commit 96f8ed2

Please sign in to comment.