• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Web Hook Response Format

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.

1735736741554.png
 

ArshilAhmad

Moderator
Staff member
Hi @hiltondavidow,

Webhook by Pabbly is used to capture data from applications that support webhooks. It cannot be used to send data to other applications. Could you please create a short screen recording and provide more details about your exact use case? Additionally, share the Workflow URL where you are experiencing this issue.
 
Thanks for your response
Here is the screen share

Here is the Workflow URL
 

Preeti Paryani

Well-known member
Staff member
Hello @hiltondavidow,

It seems like you're looking to change the webhook response object. Unfortunately, this is not possible at the moment in Pabbly Connect. If this feature becomes available in the future, we will certainly let you know.

Feel free to reach out if you have any further questions!
 
Hello @hiltondavidow,

It seems like you're looking to change the webhook response object. Unfortunately, this is not possible at the moment in Pabbly Connect. If this feature becomes available in the future, we will certainly let you know.

Feel free to reach out if you have any further questions!
Thank you for taking the time to view the video. Until I can modify the webhook response, I will use an alternative when integrating with NewOaksAI.
 
Top