All Collections
About Triggers
What types of handlers are there?
What types of handlers are there?

A complete listing of event handlers

Henrik Hofmeister avatar
Written by Henrik Hofmeister
Updated over a week ago

The following are the types of actions that can be carried out by triggers:

Robots

  • Start robot execution
    โ€‹
    Start a robot execution using a run configuration, optionally providing custom inputs

Data sets

  • Add data set row
    โ€‹
    Add a set of data rows. The number of rows added depends on the type and amount of data received

Dictionaries

  • Add dictionary entry
    Add a set of dictionary entries. The number of entries added depends on the type and amount of data received

Webhooks

  • Call webhook
    Call a webhook. This is invoked once per event, and payload data can optionally be passed to the webhook.

The complete listing of event handlers will always be located here. Event handlers are constantly being added.

Did this answer your question?