Drone
Drone is a self-hosted platform for continuous integration. Our plugin extends Drone with the functionality to send SMS or make text-to-speech calls.
Prerequisites
- An API key from seven - can be created in the developer dashboard
- Drone CI
Usage
- 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
Settings
api_key
Required - an API key from seven.
text
The message to be sent.
to
A comma-separated list of recipients.
flash
Whether to send the SMS as a flash SMS or not.
from
An optional sender ID with up to 11 alphanumeric (SMS only) or 16 numeric characters - must be a verified number or a shared number.
type
The message type must be either "voice" or "sms" (default is "sms").