Skip to content

codefresh-plugins/send-sms

 
 

Repository files navigation

Codefresh plugin for send SMS notification

Codefresh plugin for send SMS notification via Twilio

Codefresh build status

Main env variables

  • TWILIO_SID
  • TWILIO_TOKEN
  • TWILIO_PHONE_FROM
  • TWILIO_PHONE_TO
  • TWILIO_TYPE - type of message [build, message, hello]

For message type you must provide TWILIO_MESSAGE env

Config for codefresh.yml

version: '1.0'
...
steps:
  ...
  TestSMS:
    title: Test SMS
    image: codefreshplugins/twilioplugin:latest
  ...
...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.6%
  • Dockerfile 10.4%