SubscriptionOptOuts
Query the available subscriptions in ActOn.
View Specific Information
The adapter will use the ActOn API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the adapter.
- Category supports the '=' operator.
Category is required to select from this view.
For example, the following query is processed server side:
SELECT * FROM SubscriptionOptOuts WHERE Category = 'test'
Columns
Name | Type | Description |
String | The email of the subscribed user. | |
Timestamp | Datetime | The time when the user subscribed. |
Category | String | The category of the subscription. This attribute is required for select operations. |