twilio_call: Call someone with a TwiML Voice

Description Usage Arguments

View source: R/call.R

Description

You can use this to call someone and use a pre-uploaded twilio XML (TwiML) file with what is to be said.

Usage

1
twilio_call(accountSID, auth_token, xmlURL, from, to)

Arguments

accountSID

Your account ID

auth_token

Your secret token

xmlURL

The URL where the TwiML file is located.

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.