How can I send true as custom value in webhooks

I need to send a custom value of true. It appears that it is sending as a string. The 3rd party API needs a true boolean. I also tried sending 1. Neither “true” nor “1” worked.

When I send using reqbin, I have successfully communicate with the 3rd party API. The only difference in my post is that I use true on reqbin and I use “true” with GravityForms+Webhooks.

Thank you.

You can use the gform_webhooks_request_data filter to modify the request body before it is sent to your third-party

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.