n8n Community Node
SMS, OTP, and balance operations from n8n workflows. Installation and endpoint mapping.
n8n-nodes-turkeysms is the official community node that adds TurkeySMS operations to n8n workflows. It runs on a self-hosted or cloud n8n instance and calls the API V4 endpoints without writing code.
Installation
In the n8n interface, go to Settings → Community Nodes → Install and enter the package name below. Alternatively, the package can be installed via npm.
npm i n8n-nodes-turkeysmsOperations
The node exposes three operations. Each operation maps directly to an API V4 endpoint; the request parameters and response fields follow the contract on the corresponding endpoint page.
| Operation | Endpoint | Description |
|---|---|---|
| Send SMS | POST /sms/send | Sends an SMS to a single recipient. |
| Send OTP | POST /otp/send | Sends an OTP code using the standard template. |
| Check Balance | POST /balance/ | Returns the current main SMS balance. |
Credentials
The node uses an API key stored in the n8n credentials screen. Create the key in your account under API Center → My Keys. The key must hold the permissions required by each endpoint; otherwise the request is rejected with TS-1065.