Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

CheapConnect.NET

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

CheapConnect.NET

An API wrapper for the CheapConnect SMS Api.

nugetNuGet
Version
1.0.0
Version published
Maintainers
1
Created
Source

CheapConnect.NET

An API wrapper for the CheapConnect SMS Api.

License

This package is licensed under an MIT License. This library is spread in the hope that it is useful, since the CheapConnect SMS api has several flaws.

Initialization

using CheapConnect.NET;

// You can find your api key at https://account.cheapconnect.net/sms.php
var cheapconnect = new CheapConnectApi("API KEY HERE");

Usage

Send an SMS message

cheapconnect.SendSmsMessage("31612345678", "31612345678", "Hello, world");

// or

cheapconnect.SendSmsMessageAsync("31612345678", "31612345678", "Hello, world");

You can also use the TrySendSmsMessage() and TrySendSmsMessageAsync() methods to send an SMS message. This method will return either true if the message was sent successfully or false if an error occured.

Keywords

FAQs

Package last updated on 05 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts