Skip to main content

Webhook

Normally used as a trigger where the status is set by an external process.

Category: Other

To use this activity within the API, use an ActivityCode of WEBHOOK.

Example JSON

An example of what the Task Config would look like for a task using this activity. Some of these variables would be set at the group level to avoid duplication between tasks.

{
"FreshnessHoursThreshold": 12
}

Variable Reference

The following variables are supported:

  • DoNotRescheduleForHoursThreshold (Required) - The minimum number of hours that must pass from the last time this Task was scheduled before it can be scheduled again

  • MaximumRunTimeHours (Optional) - The maximum number of hours a task run is expected to take. If a run exceeds this duration it will be flagged as stuck.