Trigger events within your flow for host project interaction or flow synchronization
Use Event Name Input
is enabled in the settings. Any non-string inputs will be automatically coerced to strings.Use Event Name Input
is disabled. Defaults to “toast”.toast
.Data
input of the Raise Event Block.Result
output will be “Hello, world!”, and a toast message will appear.chat
, and connect the Chat Block’s Response
output to the Raise Event Block’s Data
input.chat
.Can I pass data with the event?
Data
input.What happens if I raise an event that no one is listening for?
How is raising an event different from an External Call Block?