Skip to content

/AWS1/CL_PPTSMSMESSAGEACTIVITY

Specifies the settings for an SMS activity in a journey. This type of activity sends a text message to participants.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_messageconfig TYPE REF TO /AWS1/CL_PPTJOURNEYSMSMESSAGE /AWS1/CL_PPTJOURNEYSMSMESSAGE

Specifies the sender ID and message type for an SMS message that's sent to participants in a journey.

iv_nextactivity TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING

The unique identifier for the next activity to perform, after the message is sent.

iv_templatename TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING

The name of the SMS message template to use for the message. If specified, this value must match the name of an existing message template.

iv_templateversion TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING

The unique identifier for the version of the SMS template to use for the message. If specified, this value must match the identifier for an existing template version. To retrieve a list of versions and version identifiers for a template, use the Template Versions resource.

If you don't specify a value for this property, Amazon Pinpoint uses the active version of the template. The active version is typically the version of a template that's been most recently reviewed and approved for use, depending on your workflow. It isn't necessarily the latest version of a template.


Queryable Attributes

MessageConfig

Specifies the sender ID and message type for an SMS message that's sent to participants in a journey.

Accessible with the following methods

Method Description
GET_MESSAGECONFIG() Getter for MESSAGECONFIG

NextActivity

The unique identifier for the next activity to perform, after the message is sent.

Accessible with the following methods

Method Description
GET_NEXTACTIVITY() Getter for NEXTACTIVITY, with configurable default
ASK_NEXTACTIVITY() Getter for NEXTACTIVITY w/ exceptions if field has no value
HAS_NEXTACTIVITY() Determine if NEXTACTIVITY has a value

TemplateName

The name of the SMS message template to use for the message. If specified, this value must match the name of an existing message template.

Accessible with the following methods

Method Description
GET_TEMPLATENAME() Getter for TEMPLATENAME, with configurable default
ASK_TEMPLATENAME() Getter for TEMPLATENAME w/ exceptions if field has no value
HAS_TEMPLATENAME() Determine if TEMPLATENAME has a value

TemplateVersion

The unique identifier for the version of the SMS template to use for the message. If specified, this value must match the identifier for an existing template version. To retrieve a list of versions and version identifiers for a template, use the Template Versions resource.

If you don't specify a value for this property, Amazon Pinpoint uses the active version of the template. The active version is typically the version of a template that's been most recently reviewed and approved for use, depending on your workflow. It isn't necessarily the latest version of a template.

Accessible with the following methods

Method Description
GET_TEMPLATEVERSION() Getter for TEMPLATEVERSION, with configurable default
ASK_TEMPLATEVERSION() Getter for TEMPLATEVERSION w/ exceptions if field has no val
HAS_TEMPLATEVERSION() Determine if TEMPLATEVERSION has a value