Send emails with your own text and style.
email.send
event. This webhook triggers whenever Hanko needs to send an authentication email.
Access email delivery settings
Settings > Email delivery
.Disable default email delivery
Email delivery by Hanko
setting and toggle it off to disable default email sending.email.send
webhook event triggers with all necessary data for custom email delivery. The webhook token payload contains comprehensive email information:
'email.send' token payload example
data
property contains type-specific information for email personalization. This structure varies based on the email type being sent (verification, password reset, etc.).
Use the webhook data to compose and deliver emails through your preferred email service provider or custom infrastructure, giving you complete control over email design and delivery.