Transaction System API

TextMessage

Method Summary
Data getData()

Returns the Data object for this email.

  schedule(Date date)

Schedules the message to be sent after the specified date.

boolean sendTextMessage(String address)

Sends the message to the specified SMS address. Requires the number and carrier in email format (e.g. 8882221111@provider.com)

  setMessage(String message)

Sets the message body.

  setSubject(String subject)

Sets the message subject.

  setValidationCode(String macroTarget)

Creates a validation code and replaces the specified target in the message body with the code.

String toString()

Returns a description of this object.

Method Detail


Data getData()

Returns the Data object for this email.

Returns:  Data

Since: 04-27-2009

top

schedule(Date date)

Schedules the message to be sent after the specified date.

Parameters:

  • Date   date

Since: 06-08-2010

top

boolean sendTextMessage(String address)

Sends the message to the specified SMS address. Requires the number and carrier in email format (e.g. 8882221111@provider.com)

Parameters:

  • String   address Required parameter. Maximum allowed size of parameter: 254

Returns:  boolean

Since: 04-27-2009

top

setMessage(String message)

Sets the message body.

Parameters:

  • String   message

Since: 04-27-2009

top

setSubject(String subject)

Sets the message subject.

Parameters:

  • String   subject

Since: 04-27-2009

top

setValidationCode(String macroTarget)

Creates a validation code and replaces the specified target in the message body with the code.

Parameters:

  • String   macroTarget

Since: 04-27-2009

top

String toString()

Returns a description of this object.

Returns:  String

Since: 04-27-2009

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: May 01, 2024 05:15 AM