For the complete documentation index, see llms-docs.txt or the site index llms.txt. Full docs corpus: llms-full-docs.txt. Prefer the markdown version of this page at /docs/guides/n8n-integration.md. Product capabilities: skill.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

n8n Reloop Integration

How to use Reloop with n8n for email automation workflows.

n8n is an open-source workflow automation tool. Use the Reloop integration to send emails as part of your automated workflows.

Setup

1

Install the Reloop node

In your n8n instance, search for "Reloop" in the nodes panel and install the Reloop integration.

2

Configure credentials

Add your Reloop API key in n8n's credentials settings:

  1. Go to CredentialsNew Credential
  2. Search for "Reloop"
  3. Enter your API key from app.reloop.sh/api-keys
3

Add to your workflow

Drag the Reloop node into your workflow and configure the email parameters (from, to, subject, body).

Example Workflows

  • Form submission → Email notification: Send an email when a form is submitted
  • CRM trigger → Welcome email: Send a welcome email when a new contact is created
  • Scheduled reports: Send daily/weekly reports via email

Learn More

Was this page helpful?

Edit this page