Messages
Query the available messages in ActOn.
View Specific Information
The 本製品 will use the Act-On API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the 本製品.
- Type supports the '='operator.
SELECT * FROM Messages WHERE Type = 'SENT'Type can be one of: SENT, DRAFT, TEMPLATE, TRIGGERED, FAILED, SCHEDULED
Columns
| Name | Type | Description |
| Id [KEY] | String | The Id of the message. |
| Timestamp | Datetime | The date/time the message was sent. |
| Title | String | The title of the message. |
| FolderName | String | The folder where the message is contained. |
| MsgType | String | The message type. |
| TimeWhen | String | The human-readable time indicating when the page was modified. |
| SenderName | String | The name of the sender. |
| SenderId | String | The Id of the sender. |
| IsTextOnly | Boolean | Indicates whether the message only contains text. |
| SenderEmail | String | The email of the sender. |
| IsBeeComposer | Boolean | Indicates whether Bee Composer is used. |
| ShowComposerIndicator | Boolean | Indicates whether the composer indicator should be shown. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Type | String | Used as a filter to retrieve different types of messages.
使用できる値は次のとおりです。SENT, DRAFT, TEMPLATE, TRIGGERED, FAILED, SCHEDULED |