Webhook is not sending hidden field | Community
Skip to main content
Answered

Webhook is not sending hidden field

  • June 22, 2022
  • 1 reply
  • 99 views

How can i receive the hidden value in the webhook? 

"hidden": { "customer_id": "hidden_value", "email": "hidden_value" },

why I am receiving hidden_value instead of the real value?

Best answer by Liz

Hi @Prerana Shrestha Are you sending a test webhook? If so, this is expected behavior. When a submission is made, the data will show, but it won’t show with a test webhook since there is no actual data submitted. 

View original

1 reply

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14858 replies
  • Answer
  • June 22, 2022

Hi @Prerana Shrestha Are you sending a test webhook? If so, this is expected behavior. When a submission is made, the data will show, but it won’t show with a test webhook since there is no actual data submitted. 


Reply