Suger Notification Event Trigger
Trigger a workflow when receiving a notification event.
Suger Notification Event Trigger is one of the most common triggers.
How it works
Once the trigger is configured and the workflow is activated, it will create a subscription to the AWS SNS notification event topic named notification_event_org_<suger_org_id>
. When the notification event occurs, the workflow will be triggered. The event data will be parsed and passed to the following nodes as the input.
If the workflow is deactivated, the trigger will be deactivated automatically.
Configurations
- Filter By Choose the notification event types to handle, the other types will be ignored.
- Auto Parse JSON Whether to parse the notification event as a JSON object.