next edge. Use this node for outcomes, scores, labels, or workflow-derived facts that should be queryable later or trigger other workflows.
Configuration
event_name: Project event name to emitproperties: Flat scalar JSON properties to store with the eventoccurred_at: Optional ISO 8601 timestamp or workflow variable. Leave blank to use the current time.
conversation.csat_scored, to keep names consistent. Properties can contain strings, numbers, booleans, or null.
Workflow library example
API payload shape
When using the Platform API directly, use snake_case keys:Limits and behavior
- A workflow execution can emit at most 10 project events.
- A workflow execution can emit at most 3 events with the same name.
- Workflows started by project event triggers cannot emit project events.
- In test mode, event emission is validated and shown in workflow events, but project events are not stored.

