/AWS1/CL_PPTTEMPLATECONF¶
Specifies the message template to use for the message, for each type of channel.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_emailtemplate TYPE REF TO /AWS1/CL_PPTTEMPLATE /AWS1/CL_PPTTEMPLATE¶
The email template to use for the message.
io_pushtemplate TYPE REF TO /AWS1/CL_PPTTEMPLATE /AWS1/CL_PPTTEMPLATE¶
The push notification template to use for the message.
io_smstemplate TYPE REF TO /AWS1/CL_PPTTEMPLATE /AWS1/CL_PPTTEMPLATE¶
The SMS template to use for the message.
io_voicetemplate TYPE REF TO /AWS1/CL_PPTTEMPLATE /AWS1/CL_PPTTEMPLATE¶
The voice template to use for the message. This object isn't supported for campaigns.
io_inapptemplate TYPE REF TO /AWS1/CL_PPTTEMPLATE /AWS1/CL_PPTTEMPLATE¶
The InApp template to use for the message. The InApp template object is not supported for SendMessages.
Queryable Attributes¶
EmailTemplate¶
The email template to use for the message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EMAILTEMPLATE() |
Getter for EMAILTEMPLATE |
PushTemplate¶
The push notification template to use for the message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUSHTEMPLATE() |
Getter for PUSHTEMPLATE |
SMSTemplate¶
The SMS template to use for the message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SMSTEMPLATE() |
Getter for SMSTEMPLATE |
VoiceTemplate¶
The voice template to use for the message. This object isn't supported for campaigns.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VOICETEMPLATE() |
Getter for VOICETEMPLATE |
InAppTemplate¶
The InApp template to use for the message. The InApp template object is not supported for SendMessages.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INAPPTEMPLATE() |
Getter for INAPPTEMPLATE |