Workflow POST to Hubspot page fails with 403.

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

Hi @SRalston05,

Since you are trying to POST to a HubSpot-hosted page, the system may be treating it as an API call, which is likely causing the 403 error.

Next, please ensure your webhook URL uses HTTPS protocol and try to implement webhook authentication even if the page doesn’t explicitly require it.