twilio_stateless_SMS: Send a SMS text message from Twillio

Description Usage Arguments

View source: R/SMS.r

Description

This function can send a text message to one or multiple numbers

Usage

1
twilio_stateless_SMS(accountSID, auth_token, message = NULL, From, To)

Arguments

accountSID

Your account ID

auth_token

Your secret token

message

the message to send in a text.

From

The phonenumber that calls. Check Your Twilio account for the number. Make sure to include the international number.

To

The phone number to call. You can include multple numbers as a quoted charecter vector to sent the same message to multiple phones at the same time. Make sure to include the international number.


Gastrograph/RTwilio documentation built on May 6, 2019, 5:33 p.m.