Send a Voice message from GitHub Actions.
- An account at seven.io. Sign up for free!
- Account balance and an API Key.
-
Set up your credentials secrets in your repository settings by specifying
SEVEN_API_KEY
. -
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 }}
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
response
Returns the response from the API.
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.