We have a webhook setup to create leads using our local endpoint URL (http://localhost/index.php/leadCapture/save). This has been working fine for years. Detail when calling the webhook looks like this:
Now, nothing happens. And the detail looks vastly different:
Anyone here experiencing similar issues?
Solved! Go to Solution.
False alarm. As this was all part of some testing we're doing (using batch campaigns), the "1000" error code resulted:
Which is actually odd since we use batch campaigns for other calls to webhooks - e.g., Informatica email validation - which work perfectly fine.
There's been a recent change with the /save endpoint that I've noticed with an older forms integration. Give me a zap via email and we can talk about it.
False alarm. As this was all part of some testing we're doing (using batch campaigns), the "1000" error code resulted:
Which is actually odd since we use batch campaigns for other calls to webhooks - e.g., Informatica email validation - which work perfectly fine.
I'm sure if you look at the other campaigns, they're actually batch-to-trigger, not batch alone (i.e. they call Request Campaign or update a data value).
The change to the /save endpoint is w/external connections, I guess it's not affecting loopback conns given your update.