Event Subscriptions
The Event Subscriptions service can be found at
.Create an event subscription
Follow these steps to create a new event subscription:
-
Select the Create event subscription button.
-
Provide a name in the Name field.
-
In the Source field, select Event Scheduler.
-
The Event type field disappears when Event scheduler is selected.
-
In the Target details section, choose an event Type:
Integrations flow
Watch a 4.3 minute demonstration to learn how to use the event scheduler to schedule an Integration flow.
This event type requires the following configuration information:
- Flow Webhook URL
-
The URL of the target Integrations flow. Enter the value in the format of an Integrations flow webhook URL
- API key
-
If required.
- Integrations flow input
-
This field is optional. Use the Integrations flow input to define a JSON object, which will be sent to the Integrations flow’s webhook as the POST request body when the schedule is triggered. The JSON input will be validated when entered.
Job
Watch a 4.0 minute demonstration to learn how to use the event scheduler to schedule a Job.
This event type requires the following configuration information:
- Name
-
Select the appropriate job from the drop-down.
- Context
-
Select the desired context from the drop-down.
-
Other fields are dynamically generated based on the requirements of the selected job. No further fields will be generated if the job selected has no required inputs.
-
Jobs are constrained by each job’s own restrictions. For example, if the job manifest defines that only one instance can be run at a time and there is already an instance running at the scheduled time, the scheduler will queue a job execution.
-
Job executions can lag relative to the defined schedule due to the time it takes to create the underlying infrastructure.
Scheduler
You can choose whether your event runs once or on a recurring schedule.
The event scheduler utilizes UTC (Coordinated Universal Time) to schedule events. It is essential to configure your events in UTC; otherwise, they will run at unintended local times.
|
- Once
-
-
Use the date selector to nominate a date and time for the event to run.
-
- Recurring
-
Use the selector fields to set a schedule for your event:
-
Select the broadest time interval you want for the job in the first field. The UI will present the rest of the fields required to configure that interval type.
-
Set the remaining fields as required. The scheduler is configured similarly to
cron
.
-