resend_manage
Manage the BYO Resend integration that powers email campaigns. action='status' returns connection + domain verification state, including tracking_enabled. action='enable_tracking' provisions the Resend webhook that delivery/open/click/bounce events arrive through. action='domains' lists EVERY domain on the connected account with its verification state — call this before setting a campaign's from_email or reply_to. One API key covers every domain on the account, so a campaign can send from any of them; but an address on an unverified domain is passed straight to Resend, which rejects the send and fails the recipient row, with no warning beforehand. action='disconnect' wipes stored creds. action='test_send' fires a one-shot email through the connected account. 'connect' is NOT exposed here because pasting an API key into a chat is a credential hazard; users must connect Resend from Settings → Email in the UI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | For action='test_send' — recipient email. | |
| html | No | ||
| text | No | ||
| action | Yes | ||
| subject | No |