/AWS1/CL_PPTEMAILMSGACTIVITY¶
Specifies the settings for an email activity in a journey. This type of activity sends an email message to participants.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_messageconfig TYPE REF TO /AWS1/CL_PPTJOURNEYEMAILMSG /AWS1/CL_PPTJOURNEYEMAILMSG¶
Specifies the sender address for an email message that's sent to participants in the 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 email 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 email 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 address for an email message that's sent to participants in the 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 email 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 email 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 |