Events

    "trigger": {
        "event": "media.created",
    }

An excerpt of an Automation API request

In Automations, you are required to specify a trigger event. This event is what the automation will "listen" for. When the event is detected, the automation will execute the sequence of tasks specified in the automation.

Available Events

The following events are available for use in automations:

"media.created"

  • This event occurs when a new Media Item is created, which is what happens when a file is first uploaded into Ittybit.

Note: This is the only event available for now. More events will be added in the future as use-cases are identified. If you have a good use-case in mind, contact us.