Scheduler
Scheduler defines when and what connection should be performed. All CRUD actions are on one page. To add a new job for scheduler you need to fill out 2 required fields: title, connection; and two optional fields: logs and cron expression. As a default logs are deactivated.
The definition of the cron expression can be done easily with the cron generator
. Here you can choose the exactly or each timestamp when the job should
be triggered. Setting all data, you will see a list of the nearest triggering timestamps.
The list of schedules displays next information: title, connection, cron, time of last success trigger, time of last failed trigger, duration time, status and logs.
The title you can change directly inline double clicking on its text.
If the background of status is grey, it means that job was not still triggered, if green - last performance was successful and red, if it was failed. There is also a switcher that gives you an ability to enable or disable schedule. If the cron job of the schedule was not set, then you cannot change the status.
The Action column has five additional icons: - edit,
- start job (immediately),
- webhook,
- notifications,
- delete.
Clicking on the webhook the application creates a webhook for the specific connection.
Due to it the user can trigger this connection using only url. To get
this url, just click on the . The url is stored in the
buffer. Now you can paste it where you need.
Notification is such a feature that allows you to be notified via emails, slack or teams when pre, post or alert event happens.
Note
The aggregator applied only for post events.
You can also apply the same notification for multiple schedules. Just select needed schedules and
press on the notification button
After clicking on add, provide name, event, notification type and after template.
For E-mail type you need to select the recipients who gets a notification.
For Slack type you need to provide the webhook of the channel.
For Teams type your need to select the team and its channel.
After creating the notification you will see a list of notifications and search to look for them by name, event or notification type. Also, you can update or delete the corresponding notification, if you mouse over on one of them and click on the icon.
Current triggering schedules are displayed down after the list. You can follow the process.