Send a SMS message using Twilio
step
This step will send a SMS message using Twilio.
twilio-step-send-sms
Send a SMS message using Twilio.
This step will send a SMS message using Twilio.
twilio
twilio.
accountSID
twilio.
authToken
from
to
body
Send a SMS message using Twilio.
1name: notify-via-twilio2image: relaysh/twilio-step-send-sms3spec:4 twilio:5 accountSID: !Secret twilioAccountSID6 authToken: !Secret twilioAuthToken7 from: !Secret twilioPhoneNumber8 to: !Parameter phoneNumber9 body: !Parameter message10