Public
Like
1
Clerk-to-Sendgrid
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v20View latest version
Automatically sends welcome emails when new users sign up via Clerk webhooks.
- Set
SENDGRID_API_KEY
environment variable - Update constants in
main.tsx
:FROM_EMAIL
,FROM_NAME
,EMAIL_SUBJECT
- Get HTTP endpoint URL for
main.tsx
- Add that HTTP endpoint URL as a webhook in Clerk dashboard for
user.created
events