When selecting that value, Hubspot fires of a POST request and waits for it to return a 200 on my side. Once it has done that, it fires for a GET request to me again.
The problem I have is that the GET request validates just fine, but the POST doesn't. Leading me to believe it's not my code that's wrong, but somehow validating action hooks work differently.
Hi, @dan9👋 Thanks for reaching out. Were you able to make any progress here? If not, we can tag a few community members and try to get the conversation going.
I am facing a similar issue. I have a public application and I noticed that signature validation is working correctly on GET requests and Webhooks. However, when dealing with ACTION HOOK, signature validation appears to fail as the received signature is different from what was expected.