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

| Configuration | Description |
|---|---|
| Payload | Templated Input. This configuration maps to the generated Event Payload |
| Headers | |
| Event Type | ExternalData |
| Event Subtype | DataImport or VerifiedImport |
| Source | Text |
| Wait For Response | Optionally have Flows wait for the event to successful process before continuing |
| Run Mode | Specifies 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.

| Output Variables | DataType | Description |
|---|---|---|
| EventId | Number | Event ID returned by Event Ingress API |
| EventResponse | Json | Event returned by Event Ingress API |