Send and manage emails programmatically using Send Email via SkillBoss. Automate email campaigns, notifications, and transactional messages for AI agent communication workflows.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: resend/get-email
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "resend/get-email",
"inputs": {}
}'