Hello,
I want to create a webhooks Hubspot to install a trigger in n8n.
The workflow is this one :
When a property called “type” in Hubspot is modified to be “type=client”, the information of the company has to be updated in a googlesheet.
The webhooks Hubspot in n8n was working with the test url but after one successful test with the production url, it is not working anymore. I tried again with the test url but not working anymore too.
I have this message when I test the webhooks in Hubspot :
{
“success”: {
“statusCode”: 404
},
“fail”: null
}
Do you know why ?
Thanks