Skip to content

nikitasavinov/messagebird-sms-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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