Skip to content

Sms77.io Voice

Actions
Send Voice message through GitHub Actions via Sms77.io
v1.0.0
Latest
Star (2)

Tags

 (2)

Official seven.io Voice GitHub Action

Send a Voice message from GitHub Actions.

Prerequisites

Usage

  1. Set up your credentials secrets in your repository settings by specifying SEVEN_API_KEY.

  2. Add the following to your workflow

- name: 'Send Voice'
  uses: seven-io/github-action-voice@master
  with:
    from: 'Tommy Tester'
    text: 'seven.io wishes you a nice day!'
    to: '+4901234567890'
  env:
     SEVEN_API_KEY: ${{ secrets.SEVEN_API_KEY }}

Inputs

apiKey Required

An API Key from seven.io. Alternatively use environment variable SEVEN_API_KEY

to Required

Phone number to send the voice message to

text Required

The actual message content you want to send to the recipient(s)

from

Sender ID; max 16 numeric or 11 alphanumeric characters

Outputs

response

Returns the response from the API.

License

MIT

Sms77.io Voice is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Send Voice message through GitHub Actions via Sms77.io
v1.0.0
Latest

Tags

 (2)

Sms77.io Voice is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.