Automate actions

Triggers and events

When a workflow starts. Live: item.created and schedule.

A trigger defines when a workflow should begin. An event is something that happened in the platform. Available events depend on what the platform actually emits.

Live

TriggerEvent typeNotes
Item createdtenant.item.createdFires when an item is ingested. Optional delay_minutes (recipe: 15).
On an intervalscheduleWorker tick. Uses the latest ingested item. No delay_minutes.

Coming soon

  • product.price_changed
  • product.discount_changed
  • product.created / product.updated / product.stock_changed
  • content.published
  • item.updated
  • alert.triggered as a NATS event

Do not present an e-commerce “discount > 25%” workflow as something you can run today. Those product events are not emitted yet. Use tenant.item.created plus category/title conditions, or a keyword alert.

Event-driven path

Event → trigger → workflow → conditions → action

Start free

32 articles on this site. Engineering notes on GitHub.