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
Event TypeExternalData
Event SubtypeDataImport or VerifiedImport
SourceText
Wait For ResponseOptionally have Flows wait for the event to successful process before continuing
PriorityOptional numeric priority. If provided, it must evaluate to a valid number.
Run ModeEvent execution mode

- Fire And Forget. Continues immediately after event submission.
- Sync. Polls for completion and fails if the event does not complete in time.
- Async. Flow execution pauses and resumes when callback is received.

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