Skip to content

Commit

Permalink
Adding a cron visualization URL (#269)
Browse files Browse the repository at this point in the history
* Adding a cron visualization URL

* Update events-triggers.mdx

---------

Co-authored-by: Rohan Kokkula <[email protected]>
  • Loading branch information
bassamtantawi-botpress and rohankokkulabp authored Apr 9, 2024
1 parent de34468 commit 7bfd2ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/cloud/toolbox/events-triggers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Here are some examples of cron expressions:
- `0 0 12 ? * MON-FRI` - This expression triggers an event every weekday at 12:00 PM.
- `0 0 12 1/1 * ? *` - This expression triggers an event every minute.

#### Preview Run

You can preview the next 10 runs of the cron expression by clicking on the "Preview Run" button. This will show you the next time the event will be triggered based on the cron expression.

You can use any website to visualize your cron expression. For example, check https://crontab.guru/

## Webchat Triggers

When you enable the webchat, you can access Webchat Triggers. These are specific types of events that you can use for your benefit. Here are the types of Webchat Triggers:
Expand Down

0 comments on commit 7bfd2ee

Please sign in to comment.