"Data out" different than the "webhook response"
Status: Closed · Asked by Gustavo Duarte on · 0 views
I can't see all the parameters in the "webhook response" of my workflow. For example, the parameter "recurrency" appears on the data out of my workflow but I can't catch it from the "webhook response"... What should I do? I can set up the next step of my automation if I can't catch that parameter, BUT I'm receiving it because I can see it on the "data out" of my workflow history.
Attachments


Hey @kaleanders
I can't see all the parameters in the "webhook response" of my workflow. For example, the parameter "recurrency" appears on the data out of my workflow but I can't catch it from the "webhook response"... What should I do? I can set up the next step of my automation if I can't catch that parameter, BUT I'm receiving it because I can see it on the "data out" of my workflow history.
You should recapture the webhook response again with new data and then map it accordingly.
Hey @kaleandersYou should recapture the webhook response again with new data and then map it accordingly.
I've done it more than 10 times, It's still not working. Pabbly isn't showing me all the data captured on the webhook response.
Hey @kaleanders
Kindly share the name of the workflow in which you are facing such an issue.
Hey @kaleandersKindly share the name of the workflow in which you are facing such an issue.
I have the same issue in all of my workflows coming from Hotmart, but here specifically I'm talking about the workflow called [ST] New sales track
Hey @kaleanders
The Hotmart trigger event is a webhook based webhook which only captures the data which is coming from the application itself.
So, we would recommend you to capture the same order which has the Recurrency field.
Further, you can see the respective field in the webhook response now.

Hey @kaleandersThe Hotmart trigger event is a webhook based webhook which only captures the data which is coming from the application itself.
So, we would recommend you to capture the same order which has the Recurrency field.
Further, you can see the respective field in the webhook response now.
Still not working. I've recaptured over and over the same webhook that sends the "recurrency" paramether and I still can't see it in the workflow. I mean, I can see it in the workflow history, but not in the webhook response when I'm building the workflow.
Kindly check your webhook response now and try again.

Kindly check your webhook response now and try again.
Thank you so much!!! It worked!!