Skip to main content

Reactions

Reactions are a way to trigger actions based on events. Each reaction is composed of a trigger and an action. The trigger listens for events and the action is executed when the trigger is activated.

Reactions

Triggers

  • HTTP / Webhook: Trigger an action on an incoming HTTP request.
  • Collection Hook: Trigger an action on events (create, update, delete) on a collection.

Actions

Examples