Sign Up

Event Builder

The Event Builder in Twidget allows you to automate workflows by creating and scheduling events. These events can execute a series of commands when triggered, giving you the ability to automate various tasks without writing a single line of code.

Creating an Event

Steps to Build an Event

  1. Navigate to the Events Page:

    • From your dashboard, locate and click on the "Events" tab to open the events page.
  2. Create Event:

    • Click the "Create Event" button positioned in the top right corner to open the create event sidebar.
  1. Enter Event Details:

    • Name: Input a name for your event.

    • Description (Optional): Provide a description to explain the purpose of this event.

Scheduling an Event

  1. Select a Schedule:

    • On the events page, identify the event you want to schedule and click on the schedule to open the "Edit Schedule" sidebar.
  1. Schedule Options:

    • Starting Date: Choose the start date for when your event should begin.

    • Frequency: Decide whether the event runs:

      • Once

      • On repeat

    • Repetition Details (If on repeat):

      • Specify the frequency of repetition (daily, weekly, monthly, etc.).
    • End Settings:

      • Whether the event ends or continues indefinitely.
    • Active Status:

      • Toggle to enable or disable the event. You can change the event's active status at any time.

Event Commands

Events use a command builder similar to endpoints and functions. When an event is triggered, it will process a series of specified commands in sequence.

Key Points:

  • No Input or Output: Events do not take any inputs nor produce outputs.

  • Command Execution: When the event is triggered, it runs through its designated commands as defined.

This flexibility allows you to string together multiple actions seamlessly, ensuring that your workflows are both efficient and effective.

Related Topics