Codefresh plugin for send SMS notification via Twilio
TWILIO_SIDTWILIO_TOKENTWILIO_PHONE_FROMTWILIO_PHONE_TOTWILIO_TYPE- type of message [build, message, hello]
For message type you must provide TWILIO_MESSAGE env
version: '1.0'
...
steps:
...
TestSMS:
title: Test SMS
image: codefreshplugins/twilioplugin:latest
...
...