text_message_clickatell: Send text message via Clickatell

Description Usage Arguments Examples

View source: R/text_message.R

Description

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

Usage

1
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

1
2
3
4
text_message_clickatell(
	To = '492222', 
	Body = 'Hello friend', 
	Token = 'Tokentokentoken')

grebbel/formr_test documentation built on May 17, 2019, 8:34 a.m.