lead.qualified or conversation.csat_scored. Use them in workflows to react to product events or record an outcome for later querying, analysis, or automation. For the API and event data model, see Project events.
Trigger workflows
Use a Project event trigger to start a workflow when a project event is emitted.Configure a trigger
Select an event definition in the dashboard. Create the definition first when you need to configure a trigger before real events exist; events that have already been emitted also appear in the picker. You can optionally filter on one event property:eqfor exact matcheslt,lte,gt,gtefor numeric comparisons
Observer mode and context
Project-event-triggered workflows run in observer mode. They can read event data, but send steps do not send WhatsApp messages unless the step explicitly overrides the destination phone number.Emit project events
Workflows can emit project events in three ways:- An Emit event node
- The Agent node’s
emit_eventtool - A Function node response
project_events:
Limits and test mode
- A workflow execution can emit at most 10 project events.
- A workflow execution can emit at most 3 events with the same name.
- A Function node response can emit at most 5 project events.
- In test mode, emitted events are validated and appear in workflow execution events, but project events are not stored.

