Socket
Socket
Sign inDemoInstall

medusa-plugin-twilio-sms

Package Overview
Dependencies
5
Maintainers
2
Versions
302
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    medusa-plugin-twilio-sms

Twilio SMS / Messaging plugin.


Version published
Weekly downloads
222
increased by13.85%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

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!" })

Keywords

FAQs

Last updated on 20 Mar 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc