AppEvents
Last updated
Was this helpful?
Last updated
Was this helpful?
Visit the tutorial for more information.
The On App Event Component triggers when an event is received from an external application, allowing automation workflows to respond dynamically to incoming app events.
This component listens for app events and processes incoming data, making it ideal for integrating external systems and event-driven workflows.
event
string
The name of the event to listen for.
eventDataExample
string
An example JSON structure representing the event data.
out
Emits the received app event data.
Registers Webhook: Subscribes to the specified event using the Appmixer API.
Receives Event Data: Waits for an event from the external system.
Processes Data:
Parses the received JSON payload.
Extracts structured data based on eventDataExample
.
Emits Structured Output: Sends the processed event data to the out
port.
data
object
The JSON payload received from the app event.
Webhook-Based Execution: Efficiently listens for app events using webhooks.
Dynamic Event Handling: Supports various app events based on configurations.
Ideal for Integrations: Enables event-driven automation between external apps and workflows.
This component is essential for workflows requiring real-time event processing and seamless app integration.