Package Information
Released: 9/17/2025
Downloads: 1 weekly / 9 monthly
Latest Version: 0.0.1
Author: atefzed
Available Nodes
Documentation
n8n-nodes-ovhsms
📦 Installation
Community Nodes Installation
- Go to Settings > Community Nodes in your n8n instance
- Click Install and enter:
n8n-nodes-ovhsms - Click Install and restart n8n
Manual Installation
# Install in your n8n root directory
npm install n8n-nodes-ovhsms
Docker Installation
# Add to your n8n Dockerfile
RUN cd /data && npm install n8n-nodes-ovhsms
🔑 Authentication
API Credentials Setup
Create OVH API Credentials
- Visit: OVH API Console
- Choose your region endpoint
- Set required permissions (see below)
- Generate your credentials
Configure in n8n
- Create new OVH API credential
- Enter your Application Key, Application Secret, and Consumer Key
- Select your Endpoint region
Required API Permissions
Core Services
# Account Management
GET /me*
PUT /me*
POST /me*
DELETE /me*
# Sms Services
GET /sms*
PUT /sms*
POST /sms*
DELETE /sms*