Skip to content
message-square

GitHub Action

MessageBird SMS

0.1 Latest version

MessageBird SMS

message-square

MessageBird SMS

Send an SMS from GitHub Actions using MessageBird SDK

Installation

Copy and paste the following snippet into your .yml file.

              

- name: MessageBird SMS

uses: nikitasavinov/[email protected]

Learn more about this action in nikitasavinov/messagebird-sms-action

Choose a version

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