Skip to content

mojoblanco/EbulkSmsNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EbulkSmsNet

A .NET core client for sending sms via EbulkSms Nigeria.

Getting Started

Installation

  • In Visual Studio, open the Nuget Package Manager and search for EbulkSmsNet then install it.

  • In Visual Studio code or Package Manager Console, run the following command

    dotnet add package EbulkSmsNet

Usage

var auth = new EbulkSmsAuth
{
    ApiKey = [apiKey],
    Sender = [sender],
    UserName = [username]
};

var result = await EbulkSmsClient.SendMessageAsync(auth, phoneNumber, message);

License

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

How can you thank me?

You can like this repo, follow me on github and twitter Thanks.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages