Skip to content

seven-io/drone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seven Plugin for Drone.io CI

Send SMS or make text-to-speech calls.

Prerequisites

Usage

- name: seven
  image: seven-io/drone
  settings:
    api_key: my_seven_api_key
    debug: 0
    flash: 1
    from: Drone CI
    text: Drone CI has finished!
    to: +491716992343
    type: sms

Required settings:

  • api_key
  • text
  • to

Optional settings:

  • debug: if enabled, API validates inputs but messages don't get sent
  • 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")

Support

Need help? Feel free to contact us.

MIT