Periodic event

The Periodic event is a type of trigger that can be scheduled to occur at regular intervals. They are useful for tasks that need to be repeated with a specific frequency over a custom period of time.

Configuration

In the pipeline editor's right panel, you'll find the following configurations for the Periodic event:

  • Frequency: You can set the frequency to occur hourly, daily, weekly, or a customized period. In the customized period settings, you can configure the frequency in weeks, days, hours, and minutes.
  • Time zone: Select the time zone for the periodic event.
  • Start: Specify when the pipeline should start.
  • End: Specify when the pipeline should end.

🚧

Limitations and restrictions

The Periodic event cannot be connected to the Send Email action.

Custom action input JSON

When a Custom action is triggered by the Periodic event, the Input JSON will be structured as shown below. For detailed descriptions of each key, please refer to the key dictionary.

{
    "uuid": 2783511,
    "event": "Periodic event",
    "pipeline_id": 0,
    "trigger_result_id": 3456
}
{
    "date": "2024-03-19 11:50:50.481628+00:00"
}

Send Webhook Request

When the Send webhook action is triggered by the Periodic event, the Request JSON will be structured as shown below. For detailed descriptions of each key, please refer to the key dictionary.

{
    "Accept": "application/json;charset=UTF-8",
    "X-Event": "Incoming Webhook",
    "X-Delivery": "1781581",
    "Content-Type": "application/json",
    "X-Authorization-Content-SHA256": "<autogenerated_key>"
}
{
    "date": "2024-03-19 11:50:50.481611+00:00"
}