Skeddly API
Search
K
Comment on page

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

{
"triggerType": "user",
"userId": "u-00000001"
}