ActionExecutionTrigger Object
Description
Specifies the trigger for an action execution.
Properties
triggerType
Type of trigger.
Type: string
Valid Values:
scheduleusersns
userId
User that triggered the action execution. Will only be present when triggerType is user.
Type: string
Sample JSON
{
"triggerType": "user",
"userId": "u-00000001"
}Last updated