Send SMS or make text-to-speech calls.
- An API Key from seven - can be created in your developer dashboard
- Drone CI
- name: seven
image: seven-io/drone
settings:
api_key: my_seven_api_key
flash: 1
from: Drone CI
text: Drone CI has finished!
to: +491716992343
type: sms
Required settings:
- api_key
- text
- to
Optional settings:
- flash: send as flash SMS (SMS only)
- from: sender identifier up to 11 alphanumeric (SMS only) or 16 numeric characters - must be a verified number or a shared number
- type: must be either "voice" or "sms" (defaults to "sms")
Need help? Feel free to contact us.