Enables scripted content fragments to interact with automations.
Methods
Execute
Execute Overload 1
Execute an automation manually.
Velocity
#set($automationExecutionResponseResponse = $core_v2_automation.Execute($automationId))
JavaScript
var automationExecutionResponseResponse = core_v2_automation.Execute(automationId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
automationId | Guid | Automation Id | Required |
Execute Overload 2
Execute an automation manually.
Velocity
#set($automationExecutionResponseResponse = $core_v2_automation.Execute($automationId, $arguments))
JavaScript
var automationExecutionResponseResponse = core_v2_automation.Execute(automationId, arguments);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
automationId | Guid | Automation Id | Required | ||
arguments | QueryString | Arguments | Required |
Execute Overload 3
Execute an automation manually.
Velocity
#set($automationExecutionResponseResponse = $core_v2_automation.Execute($automationId, "%{}"))
JavaScript
var automationExecutionResponseResponse = core_v2_automation.Execute(automationId, {});
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
automationId | Guid | Automation Id | Required | ||
arguments | Options | Set of optional parameters including: | Required |