Skip to main content

EMIT_EVENT

Emits a custom internal event that can trigger other actions subscribed via action events.

At a glance

  • Category Control
  • Aliases DISPATCH_EVENT
  • Version: 1.2.0
  • Applications: all
  • Scope: all

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
nameEvent name to emit. Supports variable resolution.NonetruetrueNoneNone
payloadOptional event payload object. Supports variable resolution.NonefalsetrueNoneNone

Examples

Emit custom event with payload

- step: EMIT_EVENT
name: "custom.contentProcessed"
payload:
summary: "{{ flowContext.text }}"

See Also

General Resources: