tw.messages.list | R Documentation |
Twilio Spoke API: Latest Messages
tw.messages.list(
sid = Sys.getenv('TWILIO_ACCOUNT_SID'),
key = Sys.getenv('TWILIO_KEY'),
secret = Sys.getenv('TWILIO_SECRET'),
from = NA,
to = NA,
datesent = NA,
n = 20,
verbose = FALSE
)
sid |
twilio credentials: Account SID. |
key |
twilio credentials: Account user key. |
secret |
twilio credentials: User secret. Don't store this in scripts!!! |
from |
number a message was sent from |
to |
number a message was sent to |
datesent |
date a message was sent, 'YYYY-MM-DD' format |
n |
number of records to return, for API calls that return more than one record. |
verbose |
Print detailed progress. |
?
## Not run:
source("C:/Users/lwolberg/Desktop/.ssh/twilio_auth.R")
tw.messages.list(sid, token, n=20, from='19202893705')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.