text_message_clickatell: Send text message via Clickatell

View source: R/text_message.R

text_message_clickatellR Documentation

Send text message via Clickatell

Description

Connects to Clickatell using your token and sends a text message.

Usage

text_message_clickatell(To, Body, Token, return_result = F)

Arguments

To

the number you're texting to (usually without zeroes at the beginning)

Body

the text message body/text

Token

your Clickatell token

return_result

whether to return simply TRUE/FALSE on success/failure or the whole result

Examples

## Not run: 
text_message_clickatell(
	To = '492222', 
	Body = 'Hello friend', 
	Token = 'Tokentokentoken')
	
## End(Not run)

rubenarslan/formr documentation built on Feb. 6, 2024, 1:18 a.m.