Hello, I’m trying to set up a workflow that every time a customer completes a checkout session in stripe, it sends our team a slack notification.
I only made it work once, and most of the time stripe sends me this kind of message
““The requested webhook “POST XXXXXXXXXXX/webhook” is not registered.””
When I got it working, I tried to save the workflow but everytime I tried I got this error in n8n:
There was a problem and the workflow could not be activated:
404 - {“error”:{“code”:“resource_missing”,“doc_url”:“https://stripe.com/docs/error-codes/resource-missing",“message”:"No such webhook endpoint: ‘we_1I3MZZDw6nF3ywWN8AfK3KLz’”,“param”:“webhook_endpoint”,“type”:“invalid_request_error”}}
Can you help me?