Jun 19, 2021 08:53 AM
Hi,
I am trying to set an incoming webhook to create a new record.
When testing the webhook, it doesn’t work. I got a 404 response and the test gives me the following error: “This URL has not received any requests recently.”
That is happening immediately after I curl the hook.
anybody with the same error / situation?
Nov 26, 2021 08:26 PM
Yep, I am getting the same issue even when I click the test link in the webhook automation UI.
Anybody else seeing this?
Nov 26, 2021 08:45 PM
You’ll get an error 404 if the test data isn’t sent to the webhook in the proper format.
Ensure these things, which I pulled from the support article on webhooks:
{"Company": "Airtable", "Name": "Testing"}
).Nov 26, 2021 08:47 PM
Thanks, Scott. I’m all good after reading through the docs. It makes sense that it needs a payload to test.