Built by

Medusa

Category

Notification

Version

1.2.8

Last updated

Apr 4, 2023, 16:42:07 PMa year ago

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]", // required
auth_token: "[twilio massaging authentication token]", // required
from_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!" })

Build your own plugins

Develop your own plugins with our API to speed up your processes.

Make your plugin available via npm for it to be shared in our Plugin Library with the broader Medusa community.