N8n nodes for OVH SMS API integration
npm install n8n-nodes-ovhsms1. Go to Settings > Community Nodes in your n8n instance
2. Click Install and enter: n8n-nodes-ovhsms
3. Click Install and restart n8n
``bash`Install in your n8n root directory
npm install n8n-nodes-ovhsms
`dockerfile`Add to your n8n Dockerfile
RUN cd /data && npm install n8n-nodes-ovhsms
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
#### Core Services
`bashAccount Management
GET /me*
PUT /me*
POST /me*
DELETE /me*
``