tw.messages.list: Twilio Spoke API: Latest Messages

View source: R/tw.messages.R

tw.messages.listR Documentation

Twilio Spoke API: Latest Messages

Description

Twilio Spoke API: Latest Messages

Usage

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
)

Arguments

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.

Details

?

Examples


## Not run: 
source("C:/Users/lwolberg/Desktop/.ssh/twilio_auth.R")

tw.messages.list(sid, token, n=20, from='19202893705')

## End(Not run)

workingamerica/twilio documentation built on Jan. 30, 2024, 4:55 p.m.