Get an event pattern by name
Retrieve event pattern details by event name for a workflow event trigger. Event names are case-sensitive, so PaymentReceived and paymentReceived are different events.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The exact event name. Event names are case-sensitive and should be URL-encoded if they contain special characters.
Response
Successful.
The name of the event pattern. Use this when sending events with the API.
The properties of the event pattern, which can be used in emails.
The platform that sent this event pattern, if the event pattern is from an incoming webhook. Will be null for custom events.
clerk, polar, stripe, supabase, null Related topics
Get an event pattern by IDList event patternsAPI IntroductionEvents: trigger automated emails with LoopsGet a workflow node
