RE
Resend Email
/send
Send email
Send an email through your Resend account and verified domain.
your keyunknown
emailsendtransactional
$0.0020
per call
plus $0.001 platform fee per run
Bring your own Resend Email key: provider portion drops to $0.
Runs only with your own credentials. Connect Resend Email.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run resend /send for me.
Input
| Field | Type | Description |
|---|---|---|
| from* | string | Sender, e.g. 'Name <you@yourdomain.com>' |
| to* | array | Recipients |
| subject* | string | Subject |
| html | string | HTML body |
| text | string | Plain text body |
| reply_to | string | Reply-To |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"resend","endpoint":"/send","input":{"from":"...","to":[],"subject":"..."}}'cli
npx cracked-ai run -p resend -e /send -i '{"from":"...","to":[],"subject":"..."}'mcp
run_tool({ provider: "resend", endpoint: "/send", input: {"from":"...","to":[],"subject":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.
Provider not enabled: the run returns a 503 with instructions.