URGENT: Pabbly problem with Webhook
Status: Closed · Asked by thomas_clement on · 0 views
Hi,
Your webhook catching got problem :
As you can see here, response are now wrapped inside 1 property "Response", not one by properties
Normal behaviour:
Attachments

Another problem here :

Your module doesn’t wait long enough before returning a success status.
The execution is still in progress and hasn’t completed.
Could you please fix this today, as you did for the same issue on “Create Design Autofill Job”? (Juste by adding more time execution on that module)
Hi @thomas_clement,
Could you please share the Workflow URL in which you have this concern?
Hi @ArshilAhmad
This one and others for Webhooks problem (first step) :
- https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZjMDYzNTA0M2M1MjZiNTUzMTUxMzYi_pc
And all step like this one for Get Asset Upload :
- https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZjMDYzMjA0MzQ1MjZhNTUzNzUxMzEi_pc
Here problem appear when I'm calling Pabbly workflow from Make.com with HTTP request
Hi @ArshilAhmadThis one and others for Webhooks problem (first step) :
- https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZjMDYzNTA0M2M1MjZiNTUzMTUxMzYi_pc
Please click on 'Re-Capture Webhook Response', capture a new response, and check if it provides the response in different fields

And all step like this one for Get Asset Upload :
- https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZjMDYzMjA0MzQ1MjZhNTUzNzUxMzEi_pc
Here problem appear when I'm calling Pabbly workflow from Make.com with HTTP request
Please add a Delay of 5 minutes between step 2 (Upload Asset) and step 3 (Get Asset Upload Job) of your workflow and see if that fixes your issue.
Please click on 'Re-Capture Webhook Response', capture a new response, and check if it provides the response in different fieldsPlease add a Delay of 5 minutes between step 2 (Upload Asset) and step 3 (Get Asset Upload Job) of your workflow and see if that fixes your issue.
Recapture :
As I mention, Re-Capture do not split properties since 2-3 days

Workflow : https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZjMDYzNTA0M2M1MjZiNTUzMTUxMzYi_pc
And for the delay :
The delay does not help resolve the issue, as we don’t receive the MediaId through the Pabbly module.
The problem is that your module returns a success response, even though it only provides an “in-progress” status. This needs to be fixed.
Adding a delay doesn’t work when triggering the Pabbly Webhook (Workflow) via an HTTP request (with Make.com); the request ends prematurely with an incomplete response. As a result, there’s no Dataforwarder response from the final module step in the Pabbly workflow.
If you want more screens about your problem you can check here:
https://forum.pabbly.com/threads/problem-with-canva-workflow-and-data-forwarder.24641/
There is a trailing comma after the last key-value pair. Please remove the comma and re-capture the response.

And for the delay :The delay does not help resolve the issue, as we don’t receive the MediaId through the Pabbly module.
The problem is that your module returns a success response, even though it only provides an “in-progress” status. This needs to be fixed.
Adding a delay doesn’t work when triggering the Pabbly Webhook (Workflow) via an HTTP request (with Make.com); the request ends prematurely with an incomplete response. As a result, there’s no Dataforwarder response from the final module step in the Pabbly workflow.
If you want more screens about your problem you can check here:
https://forum.pabbly.com/threads/problem-with-canva-workflow-and-data-forwarder.24641/
The other issue you are encountering will be addressed in the same thread you shared.
Thanks you, that work for the coma
Hello @thomas_clement
Thanks for the update.