Orchestration
...
Native Actions
Emit Event Native Action
1 min
the emit event enables the emission of events that can trigger other flows within playbooks the emit event native action sends events with specific data properties data from the emit event native action is passed to the flow event trigger for use in the triggered flow actions in one flow can now dynamically trigger actions in another flow adding and configuring the emit event native action drag and drop the emit event native action from the native action panel into the playbook click on the emit event action to open its configuration panel in the info section title provide a unique and descriptive title for the action (for example "emit event") key ensure the key is auto generated or manually configured to match the naming conventions (alphanumeric and underscores only) description (optional) add a description for clarity about the action's purpose click the configure button under the flow event data section in the select event to emit configuration screen existing flow event choose from previously created flow events select the event from the dropdown list create flow event if no relevant event exists, create a new one by selecting the create flow event tab for a new event flow event title provide a unique title for the event description add a detailed description of what the event does in the event data section, define the properties for the event data to be emitted click add property to add a new data property property configuration string enter a text value or map to an existing property number define a numeric value the default is 0 , but you can configure it as needed boolean toggle between true or false using the provided options object add nested properties by clicking add property within the object array add an array of values by selecting add array item , and define the type of values it should include attachment select a property to include attachments, such as files or documents add as many properties as required to structure the emitted data for downstream actions or flows once all properties are defined, click apply to save the event data configuration