<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Handling webhook failures]]></title><description><![CDATA[<p dir="auto">We realized that a webhook of ours, listening to user.create.complete events, has been logging failures for some time. We can see errors in the System Event Log in the form "Webhook [&lt;url&gt;] returned response code [500] when sending [UserCreateComplete] event with Id [&lt;uuid&gt;]". The url is the endpoint listening to events and the uuid appears to be a random ID for the event.</p>
<p dir="auto">The problem we are facing is not that the original webhook failed (we think we may know what the issue was with our endpoint), but that we have no idea which users it failed for and can't rectify the situation. The error logs don't contain any actionable information and we can't find any webhook event history in the FusionAuth dashboard or the database.</p>
<p dir="auto">Is there any way to get the id of the user that triggered the webhook that failed? Or is there any way for us to replay a failed webhook after the 3 retries are up? Or can we configure more retries over a longer period?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/2812/handling-webhook-failures</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 08:39:52 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/2812.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 12 Dec 2024 14:31:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Handling webhook failures on Fri, 07 Mar 2025 17:17:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2507">@mark-robustelli</a> This is great, didn't know it existed. We were on an older version of FusionAuth that didn't support the log. Thanks!</p>
]]></description><link>https://fusionauth.io/community/forum/post/7876</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/7876</guid><dc:creator><![CDATA[elliotdickison]]></dc:creator><pubDate>Fri, 07 Mar 2025 17:17:59 GMT</pubDate></item><item><title><![CDATA[Reply to Handling webhook failures on Fri, 20 Dec 2024 21:54:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2071">@stefan-0</a> I tried to test this out on my own. I set up a webhook that I know worked, then changed the url so it would fail. Here is the log from the failed attempt.</p>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1734731318655-screenshot-2024-12-20-at-2.47.49-pm-resized.png" alt="Screenshot 2024-12-20 at 2.47.49 PM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Then I go to the Webhook log and see:</p>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1734731351699-screenshot-2024-12-20-at-2.49.07-pm-resized.png" alt="Screenshot 2024-12-20 at 2.49.07 PM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">If I dig into the one that failed, I see:</p>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1734731537957-screenshot-2024-12-20-at-2.49.53-pm.png" alt="Screenshot 2024-12-20 at 2.49.53 PM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Notice the ID in the general event is:<br />
Id [9f9faf2d-7d32-48ce-98ee-76a31c43cac2]</p>
<p dir="auto">And in the source of the Webhook Log, you see the id is:<br />
"id" : "9f9faf2d-7d32-48ce-98ee-76a31c43cac2"</p>
<p dir="auto">Hope this helps.</p>
]]></description><link>https://fusionauth.io/community/forum/post/7660</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/7660</guid><dc:creator><![CDATA[mark.robustelli]]></dc:creator><pubDate>Fri, 20 Dec 2024 21:54:17 GMT</pubDate></item><item><title><![CDATA[Reply to Handling webhook failures on Fri, 20 Dec 2024 21:26:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/845">@elliotdickison</a> This looks similar to <a href="https://fusionauth.io/community/forum/topic/2440/retrying-webhooks-that-run-into-timeouts/2">issue 2440</a>.</p>
<p dir="auto">After looking at the <a href="https://fusionauth.io/docs/extend/events-and-webhooks/webhook-event-log" rel="nofollow ugc">docs</a> can you use the "random ID for the event" to look it up on the Webhook log and view the source to get the user ID?</p>
]]></description><link>https://fusionauth.io/community/forum/post/7659</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/7659</guid><dc:creator><![CDATA[mark.robustelli]]></dc:creator><pubDate>Fri, 20 Dec 2024 21:26:51 GMT</pubDate></item></channel></rss>