text_message_massenversand: Send text message via Massenversand.de

View source: R/text_message.R

text_message_massenversandR Documentation

Send text message via Massenversand.de

Description

Connects to Massenversand.de using your token and sends a text message.

Usage

text_message_massenversand(
  To,
  From,
  Body,
  id,
  pw,
  time = "0",
  msgtype = "t",
  tarif = "OA",
  test = "0",
  return_result = F
)

Arguments

To

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

From

the number you're texting from

Body

the text message body/text

id

your Massenversand ID

pw

your Massenversand password

time

see provider API (defaults to immediate sending)

msgtype

see provider API

tarif

see provider API

test

see provider API

return_result

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

Examples

## Not run: 
text_message_massenversand(
	To = '492222', 
	From = '15005000', 
	Body = 'Hello friend',
	id = 'ID', 
	pw = 'Tokentokentoken')
	
## End(Not run)

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