/AWS1/CL_CNTSENDNOTIFACTDEFN¶
Information about the send notification action.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_deliverymethod TYPE /AWS1/CNTNOTIFDELIVERYTYPE /AWS1/CNTNOTIFDELIVERYTYPE¶
Notification delivery method.
iv_content TYPE /AWS1/CNTCONTENT /AWS1/CNTCONTENT¶
Notification content. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.
iv_contenttype TYPE /AWS1/CNTNOTIFCONTENTTYPE /AWS1/CNTNOTIFCONTENTTYPE¶
Content type format.
io_recipient TYPE REF TO /AWS1/CL_CNTNOTIFRECIPIENTTYPE /AWS1/CL_CNTNOTIFRECIPIENTTYPE¶
Notification recipient.
Optional arguments:¶
iv_subject TYPE /AWS1/CNTSUBJECT /AWS1/CNTSUBJECT¶
The subject of the email if the delivery method is
io_exclusion TYPE REF TO /AWS1/CL_CNTNOTIFRECIPIENTTYPE /AWS1/CL_CNTNOTIFRECIPIENTTYPE¶
Recipients to exclude from notification.
Queryable Attributes¶
DeliveryMethod¶
Notification delivery method.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELIVERYMETHOD() |
Getter for DELIVERYMETHOD, with configurable default |
ASK_DELIVERYMETHOD() |
Getter for DELIVERYMETHOD w/ exceptions if field has no valu |
HAS_DELIVERYMETHOD() |
Determine if DELIVERYMETHOD has a value |
Subject¶
The subject of the email if the delivery method is
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBJECT() |
Getter for SUBJECT, with configurable default |
ASK_SUBJECT() |
Getter for SUBJECT w/ exceptions if field has no value |
HAS_SUBJECT() |
Determine if SUBJECT has a value |
Content¶
Notification content. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT, with configurable default |
ASK_CONTENT() |
Getter for CONTENT w/ exceptions if field has no value |
HAS_CONTENT() |
Determine if CONTENT has a value |
ContentType¶
Content type format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTTYPE() |
Getter for CONTENTTYPE, with configurable default |
ASK_CONTENTTYPE() |
Getter for CONTENTTYPE w/ exceptions if field has no value |
HAS_CONTENTTYPE() |
Determine if CONTENTTYPE has a value |
Recipient¶
Notification recipient.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECIPIENT() |
Getter for RECIPIENT |
Exclusion¶
Recipients to exclude from notification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXCLUSION() |
Getter for EXCLUSION |