melipayamak

n8n node for MeliPayamak SMS service

Package Information

Released: 7/17/2025
Downloads: 16 weekly / 42 monthly
Latest Version: 0.1.5
Author: Your Name

Documentation

n8n-nodes-melipayamak

This is an n8n community node. It lets you use MeliPayamak SMS service in your n8n workflows.

MeliPayamak is an Iranian SMS service provider that allows sending SMS messages through their API.

n8n is a fair-code licensed workflow automation platform.

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

This node supports the following operations:

Send SMS

  • Regular SMS: Send a regular text message to one or multiple recipients
  • Pattern SMS: Send a pattern-based message with variables

Credentials

To use this node, you need to configure the MeliPayamak API credentials:

  1. Username: Your MeliPayamak account username
  2. Password: Your MeliPayamak account password

Usage

Regular SMS

To send a regular SMS:

  1. Select "Send SMS" operation
  2. Choose "Regular" as send type
  3. Enter the sender phone number (From Number)
  4. Enter recipient phone number(s) (comma-separated for multiple)
  5. Enter your message text
  6. Optionally enable flash SMS in additional fields

Pattern SMS

To send a pattern-based SMS:

  1. Select "Send SMS" operation
  2. Choose "Pattern" as send type
  3. Enter recipient phone number
  4. Enter the pattern code (defined in MeliPayamak panel)
  5. Add pattern variables as key-value pairs

Note: For pattern SMS, the sender number is automatically selected by MeliPayamak.

Development

To build the node:

npm install
npm run build

To run in development mode:

npm run dev

Resources

License

MIT

Discussion