nikitasavinov / messagebird-sms-action

Send an SMS using MessageBird

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MessageBird SMS GitHub Action

Send an SMS from GitHub Actions using MessageBird

Example usage

Set up your credentials as secrets in your repository settings using MESSAGEBIRD_API_KEY

Add the following to your workflow

- name: 'Send SMS'
  uses: nikitasavinov/messagebird-sms-action@v1
  with:
    originator: '+3160000000'
    recipients: '+3160000000,+3161111111'
    body: 'TestMessage'
  env:
    MESSAGEBIRD_API_KEY: ${{ secrets.MESSAGEBIRD_API_KEY }}

Please refer to the official documentation for more information about originator, recipients and body

About

Send an SMS using MessageBird

License:MIT License


Languages

Language:TypeScript 100.0%