tw.incoming_phone_numbers.fetch: Twilio Spoke API: Fetch Details on One Phone

View source: R/tw.incoming_phone_numbers.R

tw.incoming_phone_numbers.fetchR Documentation

Twilio Spoke API: Fetch Details on One Phone

Description

Twilio Spoke API: Fetch Details on One Phone

Usage

tw.incoming_phone_numbers.fetch(
  sid = Sys.getenv('TWILIO_ACCOUNT_SID'),
  key = Sys.getenv('TWILIO_KEY'),
  secret = Sys.getenv('TWILIO_SECRET'),
  phone_sid,
  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!!!

phone_sid

twilio phone record SID (format 'PNXXXX...XXXX')

verbose

Print detailed progress.

Details

?

Examples


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

tw.incoming_phone_numbers.fetch(
  sid, token, 
  phone_sid='PN9e35ee12e6e9aaf3fc5dc39a5025df3c'
)

## End(Not run)


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