Enactments blocked in Program and Invoke Call do not reach our app.
Hello,
We are testing our app and having trouble in the invoke call. Looks like responsys cant send requests to our app:
Here's the Json we are getting after the save configuration call.
{
"httpStatusCode": 200,
"payload": null,
"requestId": "SaveForm",
"configurationStatus": "CONFIGURED",
"recordDefinition": {
"inputParameters": [
{
"name": "appcloud_row_correlation_id",
"dataType": "Text",
"width": 40,
"unique": true,
"required": true,
"readOnly": null,
"minimumValue": null,
"maximumValue": null,
"possibleValues": null,
"format": null,
"resources": null
},
{
"name": "MOBILE_NUMBER_",
"dataType": "Text",
"width": 50,
"unique": false,
"required": true,
"readOnly": true,
"minimumValue": null,
"maximumValue": null,
"possibleValues": null,
"format": null,
"resources": null
}
],
"outputParameters": [
{
"name": "appcloud_row_correlation_id",
"dataType": "Text",
"width": 40,
"unique": true,
"required": true,