medusa-plugin-twilio-sms
Twilio SMS / Messaging plugin.
Learn more about how you can use this plugin in the documentaion.
Options
{account_sid: "[twilio messaging account sid]", // requiredauth_token: "[twilio massaging authentication token]", // requiredfrom_number: "[the number used as sender SMS]",}
Dynamic usage
You can resolve the Twilio SMS service to dynamically send SMS's via Twilio.
Example:
const twilioSmsService = scope.resolve("twilioSmsService")twilioSmsService.sendSms({ to: "+4500112233", body: "Hello world!" })

.png)
Build your own plugins
Take Medusa up another level, and develop your own plugins with our API to speed up your processes.
Focus on building plugins for tools you use in your daily workflow, and publish to the Medusa Plugin Store for others to install.
.png)