Kofax integration
Basic configuration
{
"SourceEndpoint": 111,
"RaptorConfig":{
"ApiGatewayUrl": "https://raptor.adultimagroup.com/apigateway",
"ExternalSystemId": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
"Secret": "xxxxx",
"RunAs": "SYSTEM"
},
"UploadStage": {
"ResponseEndpointId": 112,
"tags": [
"0f8fad5b-d9cb-469f-a165-70867728950e",
...
]
},
"EnrichStage": {
"ResponseEndpointId": 113,
"AfterEndpoints": [112, 115]
"TagTransformations": [
{ "TransformationId": 10, "Source": 115 },
{
"TransformationId": 11,
"sources": [
{ "EndpointId": 115, "Key": "header" },
{ "EndpointId": 111, "Key": "kofax" }
]
}
],
"Templates": [
{ "code": "purchase\\invoice" }
],
"Fields": [
{ "code": "comments" }
]
}
}Last updated