Hi,
I have a problem with webhook on n8n. We use an internally developed plugin that only requires the webhook, but when I create one with GET request, it doesn’t retrieve my order information.
Welcome to the community!
Try setting the webhook to POST. as your system is probably sending a POST request with some data.
@BramKn thanks for the help but when I enter post on webhook it gives me this in the link
“code”: 404,
“message”: “This webhook is not registered for GET requests. Did you mean to make a POST request?”,
“hint”: “Click the ‘Test workflow’ button on the canvas, then try again. (In test mode, the webhook only works for one call after you click this button)”
}
english please.
Setting it to POST will make it so you cannot acces directly with browser anymore, that is good.
The application will be able to send requests to your n8n webhook when it is set to POST.
Also try just using the production URL and turning on the workflow.
it doesn’t extrapolate my orders I don’t understand why after the webhook link I made a request both get and post on the /api/orders but it doesn’t export me any orders
Webhooks trigger when something changes or whatever you have setup for it.
I think it is a good idea to read up on how webhooks work and check the documentation/settings for the specific Application.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.