• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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