Skip to main content

Event Ingress

The Event Ingress task allows Flows to update Fenergo and interact with the ongoing Journey via Event Ingress events.

Configuration

Event Ingress Task Options
Event Ingress Task Configuration
ConfigurationDescription
PayloadTemplated Input. This configuration maps to the generated Event Payload
Headers
Event TypeExternalData
Event SubtypeDataImport or VerifiedImport
SourceText
Wait For ResponseOptionally have Flows wait for the event to successful process before continuing
Run ModeSpecifies how to wait for event response

- Async. Flow Execution will pause (Async Operation) until event completes.
- Sync. Polls up to 60 second for Event to complete. If Event has not completed an exception is raised.

Task Output

Event Ingress produces the following Task Output that can be used as Variable Input in your subsequent tasks.

EventIngress Output (via Step Log Details)
Task Output (via Step Log Details)
Output VariablesDataTypeDescription
EventIdNumberEvent ID returned by Event Ingress API
EventResponseJsonEvent returned by Event Ingress API