Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

codefresh-contrib/send-sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: codefresh/twilioplugin:latest
  ...
...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published