n8n-nodes-gosms
v0.1.0
Published
n8n community node for GoSMS.GE SMS gateway — send SMS, manage OTP, check balance
Downloads
99
Maintainers
Readme
n8n-nodes-gosms
n8n community node for the GoSMS.GE SMS gateway. Send SMS messages, manage OTP verification, create sender names, and check balances — all from your n8n workflows.
Installation
In your n8n instance:
- Go to Settings > Community Nodes
- Click Install a community node
- Enter
n8n-nodes-gosms - Click Install
Credentials
You need a GoSMS.GE API key:
- Register at gosms.ge
- Create an API key in your dashboard
- In n8n, go to Credentials > New Credential > GoSMS.GE API
- Paste your API key
Operations
SMS
| Operation | Description | |-----------|-------------| | Send | Send an SMS to a single recipient | | Send Bulk | Send an SMS to multiple recipients (max 1000) | | Check Status | Check the delivery status of a sent message |
OTP
| Operation | Description | |-----------|-------------| | Send | Send a one-time password SMS | | Verify | Verify an OTP code |
Sender
| Operation | Description | |-----------|-------------| | Create | Register a new sender name (requires approval) |
Account
| Operation | Description | |-----------|-------------| | Check Balance | Check your remaining SMS balance |
Example Workflows
Send SMS on form submission
Manual Trigger → GoSMS.GE (Send SMS)Configure the GoSMS.GE node:
- Resource: SMS
- Operation: Send
- Sender Name:
MyBrand - Phone Number:
995555123456 - Message Text:
Your order has been confirmed!
OTP verification flow
Webhook → GoSMS.GE (Send OTP) → Respond to Webhook
Webhook → GoSMS.GE (Verify OTP) → IF (verified) → ...- Send OTP: returns a
hashin the response - Store the
hashand pass it to the Verify step along with the user's code
Character Limits
| Encoding | Per SMS | Max Total | Max Segments | |----------|---------|-----------|--------------| | Latin (GSM-7) | 160 chars | 918 chars | 6 | | Unicode (Georgian) | 70 chars | 402 chars | 6 |
Links
License
MIT
