Send emails via Reloop API
reloop-skill.mdxskillsetup L2★8
reloop-labs/reloop ↗What it does
Send single and batch emails through Reloop API with agent integration
Best for
Agents that need to send bulk outreach emails reliably without manual SMTP configuration, with built-in retry and duplicate prevention
Inputs
- · email recipient(s), subject, body
- · optional idempotency key (for safe retries)
- · optional batch (up to 100 emails per request)
Outputs
- · delivery confirmation per email
- · error messages with retry logic applied
Requires
- · Reloop API
- · NPM skills package (reloop-skills)
- · SDKs: Node.js, Python, Ruby, Go, etc.
Preconditions
Reloop account created; API key configured; Agent Email Inbox skill installed alongside
Failure modes
Invalid email format rejected; transient network failures auto-retry with exponential backoff; idempotency key collision prevents duplicate (safe)
Trust signals
- · Explicit mention of automatic retry logic with exponential backoff (reliability pattern)
- · Idempotency key support documented (prevent duplicate sends on agent retry)
- · Multi-language SDK support (Node, Python, Ruby, Go) — mature implementation
- · Integrated with 'Agent Email Inbox' skill (bidirectional communication)