For the complete documentation index, see llms.txt. This page is also available as Markdown.

ActionExecutionTrigger Object

Description

Specifies the trigger for an action execution.

Properties

triggerType

Type of trigger.

Type: string

Valid Values:

  • schedule

  • user

  • sns

userId

User that triggered the action execution. Will only be present when triggerType is user.

Type: string

Sample JSON

Last updated