View source: R/tw.incoming_phone_numbers.R
tw.incoming_phone_numbers.fetch | R Documentation |
Twilio Spoke API: Fetch Details on One Phone
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
)
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. |
?
## Not run:
source("C:/Users/lwolberg/Desktop/.ssh/twilio_auth.R")
tw.incoming_phone_numbers.fetch(
sid, token,
phone_sid='PN9e35ee12e6e9aaf3fc5dc39a5025df3c'
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.