This action updates the current application or workflow data using the response received from an external integration endpoint. It allows you to retain specific values from the integration response and map them to your application's internal fields.
{
"args": {
"endpointCode": "CODE",
"parametersToRetain": {
"amount": "appPrice",
"name": "applicantName"
}
},
"actionType": "INTEGRATION"
}
Trigger
Execution
endpointCode: Specifies the pre-configured integration endpoint that will provide the response.
parametersToRetain: Maps values from the integration response to fields in the application.
"data.amount" or "data.details[0].amount".Example Usage
appPrice.applicantName in the workflow.Dependencies