cs-icon.svg

Scheduler by Automate

You can use the Scheduler by Automate connector to trigger any action at a given time or at specific time intervals.

Set up the Scheduler by Automate Connector

Perform the following steps to configure the Scheduler by Automate trigger:

  1. Click Configure Trigger from the left navigation panel.
  2. Within the Configure Trigger step, click the Scheduler by Automate connector.
    Select_Trigger.png
  3. Under the Choose Trigger tab, select the Scheduler by Automate event. This trigger event lets you schedule a time at which you want your trigger event to be activated.
    Choose_Trigger_Action.png
  4. Next, under Configure Trigger, set the following values:
    • Time Zone: Select a time zone from the dropdown.
    • Unix Cron Format: 0 */6 * * * (this means you want the trigger event to be activated every 6 hours). For examples on Unix Cron format values, check the Crontab guru | Cron Examples page.

      Refer the below table for more details on the Unix Cron format:

      Cron FormatField NameAllowed Names
      *****minute0-59
      *****hour0-23
      *****day of month1-31
      *****monthThe months of the year can be represented numerically from 1 to 12, where 1 is January, 2 is February, and so on.
      They can also be represented as three-character strings in uppercase, lowercase, or mixed-case formats based on their English names: JAN, jan, Jan; FEB, feb, Feb, etc.
      *****day of weekThe days of the week can be represented numerically from 0 to 7, where 0 or 7 is Sunday, 1 is Monday, and so on. They can also be represented as three-character strings in uppercase, lowercase, or mixed-case formats based on their English names: MON, mon, Mon; TUE, tue, Tue, etc.

      Additional Resource: For more information, refer to the Cron job format and time zone document.

      Select_Fields - Copy.png
  5. Optionally, enable the Show Optional Field toggle button, to display the Metadata field. Metadata can be utilized during the execution of automation.
    Show_Optional_Fields - Copy.png
  6. Click Proceed.
  7. You can click the Test Trigger button to execute and test the trigger.

    Test_Trigger.png
  8. On the Test Trigger tab, you can see the details you entered. Click Save and Exit.
    Save_Exit.png

Note: After successfully configuring a trigger, if you re-configure any other trigger you will be prompted to revert to the previously configured trigger. You can revert back to the last trigger configurations by clicking the Revert Changes button.

This sets up your Scheduler by Automate trigger.

Was this article helpful?
^