<?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[In the Webhooks API, what are the &quot;complete&quot; events?]]></title><description><![CDATA[<p dir="auto">In the <a href="https://fusionauth.io/docs/v1/tech/apis/webhooks" rel="nofollow ugc">Webhooks API</a>, I see there are similar events with a <code>.complete</code> suffix. What are they for?</p>
<ul>
<li><code>user.create</code> and <code>user.create.complete</code></li>
<li><code>user.update</code> and <code>user.update.complete</code></li>
<li><code>user.delete</code> and <code>user.delete.complete</code></li>
<li><code>user.registration.create</code> and <code>user.registration.create.complete</code></li>
<li><code>user.registration.update</code> and <code>user.registration.update.complete</code></li>
<li><code>user.registration.delete</code> and <code>user.registration.delete.complete</code></li>
</ul>
]]></description><link>https://fusionauth.io/community/forum/topic/2455/in-the-webhooks-api-what-are-the-complete-events</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 21:11:29 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/2455.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 28 Jul 2023 15:36:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to In the Webhooks API, what are the &quot;complete&quot; events? on Fri, 28 Jul 2023 15:46:06 GMT]]></title><description><![CDATA[<p dir="auto">Those events without the <code>complete</code> suffix are sent <em>before</em> we commit the database transaction and the ones with <code>complete</code> are sent <em>after</em> we commit the transaction.</p>
<p dir="auto">This means that the actual entities (user and user registration) <strong>don't actually exist</strong> when the first non-<code>complete</code> events are emitted.</p>
<p dir="auto">Take a look at our <a href="https://fusionauth.io/docs/v1/tech/events-webhooks/writing-a-webhook#calling-fusionauth-apis-in-webhooks" rel="nofollow ugc">Calling FusionAuth APIs In Webhooks</a> guide for more details.</p>
]]></description><link>https://fusionauth.io/community/forum/post/6366</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6366</guid><dc:creator><![CDATA[vinicius.campitelli]]></dc:creator><pubDate>Fri, 28 Jul 2023 15:46:06 GMT</pubDate></item></channel></rss>