Socket
Socket
Sign inDemoInstall

twilio-messaging-sftp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twilio-messaging-sftp

Library for sending bulk sms/mms messages via sftp


Maintainers
1

Messaging SFTP Helper Library

Sending 1 million messages? Upload a file with your messages to our FTP server and Twilio will take care of the REST. Note: Library only tested with Python3.

Installation

To install the package, invoke:

python3 -m pip install --index-url https://test.pypi.org/simple/ twilio-messaging-sftp

This library provides a helper to send messages using CSV to many users at once. You should import it to your project if you choose to.

The csv file should contain a to, from, body, we also support mms using media_url. If you want any other fields in the csv we will return them with the results. If your body needs a comma in it make sure that the text has " " around it.

Once the csv is parsed, use MessageClient (requires Twilio Account Sid and Authorization Token) to send messages for each parsed query.

FAQs


Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc