twilio_stateless_call: Send an outbound call without writing the file to disk

Description Usage Arguments

View source: R/call.R

Description

this function sends an outbound call using a twillio twimlet, allowing stateless application calling functionality

Usage

1
2
twilio_stateless_call(accountSID, auth_token, message = NULL, TwXML = NULL,
  From, To)

Arguments

accountSID

Your account ID

auth_token

Your secret token

message

the message to transcribe to speech. By default this will be spoken by a female in british english and repeated 3 times. Either message or Twxml must be null! you cannot send a call with both parameters set

TwXML

Any properly formated XML acceptable by Twillio

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. Make sure to include the international number.


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