# Save Resend email events to your Turso Database

DevFeed: [Save Resend email events to your Turso Database](<https://devfeed.tech/articles/save-resend-email-events-to-your-turso-database-6030.md>)

Original publisher: [Read original article](<https://turso.tech/blog/save-resend-email-events-to-your-turso-database>)

Author: Jamie Barton

Published: 2024-07-23T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Database](<https://devfeed.tech/topics/database.md>), [Hono](<https://devfeed.tech/topics/honojs.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [api](<https://devfeed.tech/tags/api.md>), [building](<https://devfeed.tech/tags/building.md>), [cli](<https://devfeed.tech/tags/cli.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [database](<https://devfeed.tech/tags/database.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [learn](<https://devfeed.tech/tags/learn.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [turso](<https://devfeed.tech/tags/turso.md>)

## AI overview

A tutorial showing how to capture Resend email webhook events and persist them in a Turso database. It covers creating the database and tables, building a webhook handler with Hono and Node.js, validating payloads, and storing event and click data for compliance, debugging, and analytics.

## Source excerpt

Learn how to persist Resend emails to your database for compliance and analytics.