CampaignResponses
Create, delete, and query Campaign Responses. This table is only supported in bulk mode.
Columns
| Name | Type | ReadOnly | Description |
| ID | Long | False |
The unique identifier for the campaign responses. |
| Member Status | String | False |
The status of the campaign member. |
| Integration Return Value | String | False |
The return value of the campaign responses. |
| Created At | Long | False |
The created time of the campaign responses. |
| Add At | String | False |
The added time of the campaign responses. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似列フィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| ServiceInstanceId | String |
The AppCloud action service instance ID. It is necessary to insert or select this table |
| ExecutionId | String |
The execution ID of service instance.It is necessary to select this table |