ovhsms

N8n nodes for OVH SMS API integration

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

  1. Go to Settings > Community Nodes in your n8n instance
  2. Click Install and enter: n8n-nodes-ovhsms
  3. 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

  1. Create OVH API Credentials

    • Visit: OVH API Console
    • Choose your region endpoint
    • Set required permissions (see below)
    • Generate your credentials
  2. 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*

Discussion