n8n-nodes-melipayamak
v0.1.5
Published
n8n node for MeliPayamak SMS service
Readme
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:
- Username: Your MeliPayamak account username
- Password: Your MeliPayamak account password
Usage
Regular SMS
To send a regular SMS:
- Select "Send SMS" operation
- Choose "Regular" as send type
- Enter the sender phone number (From Number)
- Enter recipient phone number(s) (comma-separated for multiple)
- Enter your message text
- Optionally enable flash SMS in additional fields
Pattern SMS
To send a pattern-based SMS:
- Select "Send SMS" operation
- Choose "Pattern" as send type
- Enter recipient phone number
- Enter the pattern code (defined in MeliPayamak panel)
- 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 buildTo run in development mode:
npm run dev