n8n-nodes-turkeysms
v1.0.0
Published
TurkeySMS integration node for n8n. Send SMS, Send OTP, and Check Balance.
Maintainers
Readme
TurkeySMS n8n Custom Node
This integration node allows you to connect TurkeySMS with n8n workflow automation to send SMS, send OTP, and check account balance.
Features
- Send Single SMS: Dispatch text messages using your approved Sender ID.
- Send Simple OTP: Fast and reliable high-priority One-Time Password delivery in multiple languages.
- Check Account Balance: Monitor your available SMS and international credits directly in n8n.
Installation & Setup
1. Build and Compile Node Locally
Navigate to the n8n directory in your terminal and install dependencies, then build the package:
# Install required developer packages
npm install
# Compile TypeScript to JavaScript
npm run build2. Install on Local n8n Instance
To install and test this custom node locally on your n8n server:
# Link the node package globally
npm link
# Navigate to your global n8n installation directory or ~/.n8n/ custom directory
cd ~/.n8n/
npm link n8n-nodes-turkeysmsRestart your n8n instance. The TurkeySMS node will now be available in your node search panel.
Node Credentials
When adding the TurkeySMS node to a workflow, create a new credential and provide your:
- API Key: Retrieve this from your TurkeySMS Panel -> Account Settings -> API Settings.
Technical Support
For questions or issues regarding the API integration:
- API Base URL:
https://api.turkeysms.com.tr - Support Email: [email protected]
