Automate tasks with Botize Tasks

Pause, resume, reset, enable or disable tasks.
https://botize.com

This integration allows you to manage your tasks efficiently, offering options to pause, resume, reset, enable, or disable them as needed.

With this tool, you can automate processes and maintain full control over your tasks' execution, thereby optimizing your workflow.

Triggers

The trigger is the event that starts the automation.

Actions

The action is what happens automatically, without you having to do anything else.

  • plugin_delay

    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.

  • plugin_delay

    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.

  • plugin_delay

    Stop a task

    Stops the task corresponding to the indicated number.

  • plugin_delay

    Reactivate a task

    Reactivate the task corresponding to the indicated number.

  • plugin_delay

    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.

  • plugin_delay

    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.

  • plugin_delay

    Wait some time 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.

  • plugin_delay

    Get task status

    Allows knowing if the task is active or not at the time of execution.

  • plugin_delay

    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.

  • plugin_delay

    Rename task vars

  • plugin_delay

    Reactivate a group of tasks

    Reactivate all tasks belonging to a directory.

  • plugin_delay

    Stop a group of tasks

    Stops all tasks belonging to a directory.

  • plugin_delay

    Get most frequent error

    Examine your automated tasks and return the type of error that may be occurring most frequently.