Two-way email
Replies land back in the inbox automatically.
When you reply to an email conversation, we send it through Resend with a Reply-To address that carries a private thread token. When the contact replies, our inbound webhook routes their message straight back into the same conversation β no copy-pasting, no lost context.
Setting it up (platform admins)
- 1Add your Resend API key and sender address in the super console under Settings β Email.
- 2Set an inbound email domain (for example inbox.your-domain.com).
- 3Set an inbound webhook secret.
- 4Point that domain's inbound email webhook at /api/webhook/email, passing the secret as ?secret=β¦ or an X-Webhook-Secret header.
Quoted history is trimmed from replies automatically, so the inbox shows only what the person actually wrote.