Send a Voice message from GitHub Actions.
- An account at Sms77.io. Sign up for free!
- Account balance and an API key which you can get here.
-
Set up your credentials secrets in your repository settings by specifying
SMS77_API_KEY
. -
Add the following to your workflow
- name: 'Send Voice'
uses: sms77io/github-action-voice@master
with:
from: 'Tommy Tester'
text: 'Sms77.io wishes you a nice day!'
to: '+4901234567890'
env:
SMS77_API_KEY: ${{ secrets.SMS77_API_KEY }}
apiKey
Required
An API Key from Sms77.io. Alternatively use environment variable SMS77_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.