Describe the problem/error/question
I’m new to n8n and I try to setup a Shopify Trigger for the event “Order Created”.
I would like now to test this event without creating a real order in my Shopify instance.
As far as I understand I could use the Test URL from the “Webhooks URLs” section:
But when I execute the step for Listening on the event and execute a POST request to this given URL, it does not catch the event. In my http client I see a success message “Webhook call received”.
In my POST request I simply send some JSON in the body and set the Content-Type header to application/json.
Do I misunderstand something or do I need to configure something additional?
Thanks for your help!
Information on your n8n setup
- n8n version: 2.1.2
- Running via n8n Cloud
