ActivateSmartCampaign
Activates a trigger smart campaign.
Execute
Sample EXECUTE ActivateSmartCampaign Id=1
Input
Name | Type | Required | Description |
Id | String | True | Id of the trigger smart campaign to activate. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Boolean indicating if the procedure was executed successfully. If false, the output parameter 'Details' will contain the failure details. |
Details | String | Details of execution failure. NULL if success=true. |