hiltondavidow
Member
The application I use, NewOaksAI requires a specific response back from Pabbly.
This is what I am getting back from Pabbly:
{"status":"success","message":"Response Accepted"}
This is what NewOaksAI is expecting:
// Sample API Response
{
"Success": true,
"Code": 200,
"Message": "This is a message",
"Data": {
// The 'Data' field is used to store data.
}
}
How do I configure the Pabbly Webhook to return the expected response?
The data from NewOaksAI is being passed through. I am unable to save the NewOaksAI workflow because the response is not what NewOaksAI is expecting back.
This is what I am getting back from Pabbly:
{"status":"success","message":"Response Accepted"}
This is what NewOaksAI is expecting:
// Sample API Response
{
"Success": true,
"Code": 200,
"Message": "This is a message",
"Data": {
// The 'Data' field is used to store data.
}
}
How do I configure the Pabbly Webhook to return the expected response?
The data from NewOaksAI is being passed through. I am unable to save the NewOaksAI workflow because the response is not what NewOaksAI is expecting back.