Automate tasks with Botize Tasks
Pause, resume, reset, enable or disable tasks.
https://botize.com
Triggers
The trigger is the event that starts the automation.
Actions
The action is what happens automatically, without you having to do anything else.
-
Reset a task
Tasks may need to store counters or pointers for proper operation. A task that publishes messages or runs through a spreadsheet, uses counters to know at all times which was the last row visited and which will be the next.
When reset a task, all these counters are eliminated. -
Reset all tasks in a group
Reset all tasks given a certain group.
Tasks may need to store counters or pointers for proper operation. A task that publishes messages or runs through a spreadsheet, uses counters to know at all times which was the last row visited and which will be the next.
When reset a task, all these counters are eliminated. -
Stop a task
Stops the task corresponding to the indicated number.
-
Reactivate a task
Reactivate the task corresponding to the indicated number.
-
Call Webhook Task synchronously
Run a Webhook task synchronously.
- You can send to the Webhook all the tags that the calling task contains.
- You can send a JSON string where each key/value will be converted into tags that the Webhook will receive.
- You can send a list of objects in JSON format, in which case the indicated Webhook will be executed once for each element of the list, receiving as tags each key/value that the list object contains.
- You can specify a list of specific tags and values ​​to send to the Webhook.
-
Call Webhook Task asynchronously
Run a Webhook task asynchronously.
- You can send to the Webhook all the tags that the calling task contains.
- You can send a JSON string where each key/value will be converted into tags that the Webhook will receive.
- You can send a list of objects in JSON format, in which case the indicated Webhook will be executed once for each element of the list, receiving as tags each key/value that the list object contains.
- You can specify a list of specific tags and values ​​to send to the Webhook.
-
Wait until a date before continuing
Pause the task the moment this operation is used. When the indicated date arrives, it will continue with the execution of the task.
-
Get task status
Allows knowing if the task is active or not at the time of execution.
-
Change next execution date to a task
Sets a new date for the execution of a task, being able to choose between a date or a specific timestamp.
-
Take a break
Pause during task execution.
- You can specify a certain duration or a minimum and maximum range.
- If a range is specified, the pause will be of a different duration each time, but always within the indicated range.
-
Rename task vars
-
Reactivate a group of tasks
Reactivate all tasks belonging to a directory.
-
Stops a group of tasks
Stops all tasks belonging to a directory.