I have a HS hosted page with a HS hosted form. When the form is submitted it uses a workflow that first sends a webhook POST to one URL, then I want it to send a webhook POST to another HS hosted page. I just simply want to send POST data to that page so I can do things with that data on that page. The second POST gets a response of statusCode: 403 and body of ‘Request Forbidden’. I have the webhook authentication set to none, because I haven’t done anything on that page that would require it. Does HS maybe require something? Any thoughts on how to get this POST to succeed?
Thanks for any input.
Steve R