BSAOvhApi

Static Badge PowerShell Gallery License: MIT

logo

BSAOvhApi is a PowerShell module for the OVH API.

Description

This modules contains some functions to interact with the OVH API. For example, if you want to send SMS via the OVH API, you can use the Send-BSAOvhSms function.

If you don't find the function you need, you can use the Invoke-BSAOvhApi generic function to interact with other OVH API services. Or you can create a new function and commit it to this repository.

Getting started

Prerequisites

Installation

You can install this module from the PowerShell Gallery.

Install-Module -Name BSAOvhApi

Usage

Send SMS via OVH API

Send-BSAOvhSms -ApplicationKey 'your_application_key' -ApplicationSecret 'your_application_secret' -ConsumerKey 'your_consumer_key' -From 'My Company' -To '+33612345678' -Message 'Hello World'

License

This project is licensed under the MIT License - see the LICENSE file for details

Authors

  • Brice Sarrazin - Initial work

Acknowledgments