Fenergo API
The Fenergo API Task allows calling Fenergo's fine-grained APIs without requiring External Authentication configuration.
Supported Functions
The Fenergo API task supports a limited set of functions.
| Function | Description |
|---|---|
| Create Entity | Creates Entity in Fenergo. |
| Create Entity Draft | Creates an entity draft. |
| Update Entity Draft | Updates an existing entity draft. |
| Entity Advanced Search | Returns entities for given search criteria. |
| Entity Identifier Search | Search for Entity using an exact match on External Identifier datakey and value. Same search as used by DataImport's Entity Resolver. |
| Get Journey Instance | Gets Journey Instance by Id. |
| Reset Journey Task | Reset journey task. Warning: If the Task being reset belongs to parallel process (or stage), any changes made, may impact already closed tasks in this process (or stage). |
Configuration

| Configuration | Description |
|---|---|
| FenX Endpoint | Downdown listing of supported functions |
| Request | Templated input |
Task Output
Returns the API response that can be used in subsequent tasks.
| Output Variables | DataType | Description |
|---|---|---|
| ResponseBody | Json | Returned output from API, see API documentation for each function / endpoint response |