actions-marketplace-validations/Twilio Action MMS SMS

Send an SMS or MMS from GitHub Actions using Twilio nodejs api

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
fromPhone number in your Twilio account to send the SMS fromyes
toPhone number(s) to send the SMS toyes
bodyThe body you want to sendno
mediaUrlThe mediaUrl you want to sendno
TWILIO_ACCOUNT_SIDA Twilio Account SID. Can alternatively be stored in environmentyes
TWILIO_AUTH_TOKENA Twilio API Key. Can alternatively be stored in environmentyes
TWILIO_OPTSOptional JSON string param to pass values in MessageListInstanceCreateOptions that are not already inputs: {mediaUrl, body, to, from} ref: https://github.com/twilio/twilio-node/blob/main/lib/rest/api/v2010/account/message.d.ts#L193no
TWILIO_CLIENT_OPTSOptional JSON string param to pass values in TwilioClientOptions on Twilio client creation ref: https://github.com/twilio/twilio-node/blob/main/lib/rest/Twilio.d.ts#L167no
namedescription
messageSidThe Twilio Message SID