Add Resend email channel integration
add-resendskillsetup L2★29,740
nanocoai/nanoclaw ↗What it does
Add email channel integration via Resend for async email conversations
Best for
When you want your agent to receive and respond to email asynchronously as a conversation channel.
Inputs
- · RESEND_API_KEY
- · from_address
- · webhook_secret
Outputs
- · resend channel registered; email threads become agent conversations
Requires
- · Resend API
- · @resend/chat-sdk-adapter (0.1.1)
- · webhook receiver
Preconditions
Resend account with domain verified, API key + webhook secret, env vars set, container env forwarded
Failure modes
- · Webhook signature mismatch
- · Domain not verified
- · Adapter version mismatch
Trust signals
- · Registration test guards import + dependency
- · Supports email threading (In-Reply-To headers)
- · Per-channel isolation documented