Resend
ChannelProvider officialSend and receive threaded email through Resend via the Chat SDK.
Install
Install eve, Chat SDK, the Email (Resend) adapter, and a state adapter:
The in-memory state store is for local development. Use Redis or PostgreSQL in production. The adapter is vendor-official.
Quick start
Create agent/channels/resend.ts:
See the Email (Resend) adapter documentation for all supported events and credentials.
Configure
Verify a sending domain in Resend, set RESEND_API_KEY, RESEND_WEBHOOK_SECRET, and RESEND_FROM_ADDRESS, then point the Resend inbound webhook at /eve/v1/resend. This is a vendor-official Chat SDK adapter. See the Chat SDK channel docs for eve session dispatch, state, streaming, and human-in-the-loop behavior.