Skip to content
objectivehtml edited this page Dec 11, 2014 · 1 revision

Overview

This service allows you to send SMS messages with Twilio. When using this service, any email fields from parcels are omitted. Simply fill in the your API credentials, add a verified phone number, the receiving number, and a message. If you give a media url, it must be an image and will be send to the receiving number.

AccountSID

Your Twilio AccountSID.

AuthToken

Your Twilio AuthToken.

From Number

The number sending the SMS message. This is a verified number in your Twilio account or a short code number.

To Number

The number receiving the SMS message. For more informatiom on formatting, vist the Twilio API reference.

Media URL

The URL of the media you wish to send out with the message. gif , png and jpeg content is currently supported and will be formatted correctly on the recipient's device.

Message

The message contents.