{"endpoint":"https://codepulse-api.hahavoid0.workers.dev/notify/email","method":"POST","price":"$0.020","description":"Sends automated email notifications using the Resend API.","example_input":{"to":"user@example.com","subject":"Hello","body":"Hello from agent!"},"example_output":{"supported":true,"result":{"success":true,"emailId":"id_123"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"},"request_schema":{"type":"object","required":["to","subject","body"],"properties":{"to":{"type":"string","description":"Recipient email address"},"subject":{"type":"string","description":"Email subject line"},"body":{"type":"string","description":"Email body text (HTML supported)"},"api_key":{"type":"string","description":"Optional Resend API key (if empty, uses worker config)"}}},"response_schema":{"type":"object"}}