"Data out" different than the "webhook response"

kaleanders

Member
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

  • PABBLY 1.png
    PABBLY 1.png
    200.1 KB · Views: 29
  • PABBLY 2.png
    PABBLY 2.png
    246.4 KB · Views: 24

Supreme

Well-known member
Staff member
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.
 

Supreme

Well-known member
Staff member
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.

2022-08-29_12h21_40.png
 

kaleanders

Member
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.

View attachment 14873

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.
 
Top