Get phone numbers from a Messaging Service from the "https://messaging.twilio.com/v1/Services/SERVICE_SID/PhoneNumbers" endpoint.
See here for more details.
1 2 3 4 5 | tw_get_messaging_service_nums(
service_sid = Sys.getenv("TWILIO_MESSAGING_SERVICE"),
sid = Sys.getenv("TWILIO_SID"),
token = Sys.getenv("TWILIO_TOKEN")
)
|
service_sid |
messaging service sid. Defaults to |
sid |
Twilio account sid. Defaults to |
token |
Twilio account token. Defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.