Skip to content

joepio/n8n-mailersend

Repository files navigation

Banner image

n8n-nodes-mailersend

This is an n8n community node for MailerSend. It provides a simple way to send emails using the MailerSend service.

n8n is a fair-code licensed workflow automation platform.

Installation Operations Credentials Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter n8n-nodes-mailersend in Enter npm package name
  4. Agree to the risks of using community nodes: select I understand
  5. Select Install

Operations

  • Send Email: Send an email using MailerSend

Credentials

You need to create a MailerSend API key to use this node:

  1. Sign up for a MailerSend account
  2. Go to your MailerSend dashboard
  3. Navigate to Email API > API Tokens
  4. Click Create New Token
  5. Give your token a name and select the permissions you need (at minimum: "Email Send")
  6. Copy the API key and use it in n8n

Resources

Prerequisites

You need the following installed on your development machine:

  • git
  • Node.js and npm. Minimum version Node 20. You can find instructions on how to install both using nvm (Node Version Manager) for Linux, Mac, and WSL here. For Windows users, refer to Microsoft's guide to Install NodeJS on Windows.
  • Install n8n with:
    npm install n8n -g
    
  • Recommended: follow n8n's guide to set up your development environment.

Using this starter

These are the basic steps for working with the starter. For detailed guidance on creating and publishing nodes, refer to the documentation.

  1. Generate a new repository from this template repository.
  2. Clone your new repo:
    git clone https://github.com/<your organization>/<your-repo-name>.git
    
  3. Run npm i to install dependencies.
  4. Open the project in your editor.
  5. Browse the examples in /nodes and /credentials. Modify the examples, or replace them with your own nodes.
  6. Update the package.json to match your details.
  7. Run npm run lint to check for errors or npm run lintfix to automatically fix errors when possible.
  8. Test your node locally. Refer to Run your node locally for guidance.
  9. Replace this README with documentation for your node. Use the README_TEMPLATE to get started.
  10. Update the LICENSE file to use your details.
  11. Publish your package to npm.

More information

Refer to our documentation on creating nodes for detailed information on building your own nodes.

License

MIT

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from n8n-io/n8n-nodes-starter