Sync contacts and send emails triggered by events in Clerk.
user.created
user.deleted
user.updated
waitlistEntry.created
waitlistEntry.updated
user.created
or user.updated
events, we sync the following Clerk data to your Loops contacts:
user.deleted
event can be used to delete or unsubscribe your Clerk users from your Loops audience.
For waitlistEntry.*
events, we sync:
user.created
or user.updated
from the Send event dropdown, tweak the example data that’s shown, then click Send Example.
This will send real data to your Loops account.
You can also test your webhook by creating and editing users in the Users page in Clerk, or by signing up in your application.
You can see all sent webhooks by going to Webhooks, clicking on the webhook and scrolling down to the Message Attempts section.
On Loops’ end, you will see new contacts appear in your Audience page, and triggered events in the Events page.
user.created
and user.updated
events and paste in your endpoint’s URL.user.created
and user.updated
are toggled on on the Clerk settings page.waitlistEntry.created
event and paste in your endpoint’s URL.waitlistEntry.created
is toggled on on the Clerk settings page.newClerkUser
(or something similar).user.created
event and paste in your endpoint’s URL.user.created
is toggled on, and select the event name you chose in Step 2 from the Trigger an event field.deletedClerkUser
(or something similar).user.deleted
event and paste in your endpoint’s URL.user.deleted
is toggled on, and select the event name you chose in Step 2 from the Trigger an event field.