tl_send_text: Send text with Telnyx

Description Usage Arguments

View source: R/telnyx.R

Description

Send a text with the Telnyx API. Specifically to the "https://api.telnyx.com/v2/messages" endpoint Note that using tl_send_messaging_profile is the preferred way of sending multiple SMS as it is more feature rich.

See here for more details.

Usage

1
tl_send_text(to, from, message, key, params = NULL)

Arguments

to

number to send the text to

from

number to send the text from

message

character string of the text

key

Telnyx API key

params

optional further params to pass into the API call. Should be a named list.


happycabbage/twilior documentation built on July 5, 2021, 4:21 a.m.