Skip to content

Send SMS with Twilio to multiple numbers #1093

Answered by TwiN
imrelaszlo asked this question in Q&A
Discussion options

You must be logged in to vote

You should be able to use alerts[].provider-override to specify different numbers, e.g.:

endpoints:
  - name: "..."
    url: "..."
    interval: 1m
    conditions:
      - "[CONNECTED] == true"
      - "len([BODY]) == 0"
    alerts:
      - type: twilio
        provider-override:
          to: "RECIPIENT-1-NUMBER"
      - type: twilio
        provider-override:
          to: "RECIPIENT-2-NUMBER"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@imrelaszlo
Comment options

Answer selected by TwiN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants