Auth event triggers
Trigger Brew automations from Clerk webhook events — user signups, organization changes, paid subscriptions, and waitlist entries.
Triggers
Once Clerk is connected, every event below is available as a Brew trigger you can wire to any automation. Toggle individual events on or off from the Manage tab after connecting.
Clerk - User Created
Send a welcome emailFires when a new Clerk user signs up. Use this to send a welcome email or sync the user into Brew contacts.
user.createdClerk - Organization Created
Workspace onboardingFires when a new Clerk organization is created. Organization events do not carry a primary email — Brew emits a synthetic placeholder so downstream filters can still route by `organizationId` / `createdBy`.
organization.createdClerk - Organization Invitation Sent
Invitation email to the recipientFires when an admin sends an organization invitation (status `pending`). Use to deliver the "you have been invited" email to the recipient or to notify the inviter that the invite went out.
organizationInvitation.createdClerk - Organization Invitation Accepted
New-member welcomeFires when an organization invitation is accepted. Use to welcome the new member or notify the inviter.
organizationInvitation.acceptedClerk - Organization Invitation Revoked
Notify the prospective memberFires when an admin revokes a pending organization invitation. Use to inform the prospective member that their invite is no longer valid or to update internal CRM state.
organizationInvitation.revokedClerk - Organization Membership Created
Team kickoff emailFires when a user is added to a Clerk organization (either by accepting an invitation or by direct add). Carries the member identity + role.
organizationMembership.createdClerk - Payment Attempt Created
Pre-charge heads-upFires when Clerk Billing starts charging the customer. Use to send pre-emptive billing notices or to record the attempt in your CRM.
paymentAttempt.createdClerk - Subscription Created
Welcome to the planFires when a new Clerk Billing subscription is created. Use to send a "thanks for subscribing" email with plan details.
subscription.createdClerk - Subscription Item Free Trial Ending
Trial-ending reminderFires shortly before a Clerk Billing free trial converts to a paid subscription. Use to remind the customer their card will be charged.
subscriptionItem.freeTrialEndingClerk - Subscription Item Past Due
Dunning sequenceFires when a Clerk Billing subscription item misses payment. Use to start a dunning sequence (update card, soft-suspend access).
subscriptionItem.pastDueClerk - Subscription Item Canceled
Exit surveyFires when a Clerk Billing subscription item is canceled (user-initiated or admin action). Use to send a win-back or exit-survey email.
subscriptionItem.canceledClerk - Subscription Item Abandoned
Last-chance offerFires when a Clerk Billing subscription item is abandoned (typically: trial ended without payment-method on file). Treat as a "trial-ended-no-convert" signal.
subscriptionItem.abandonedClerk - Waitlist Entry Created
You’re on the listFires when a new email is added to the Clerk waitlist. Use to send a "you’re on the list" email and start a nurture sequence.
waitlistEntry.created