For the complete documentation index, see llms.txt. This page is also available as Markdown.

C# library

ARCHIVED

Overview

Use Clickatell’s C# library with our HTTP or REST messaging APIs to interact with the Clickatell SMS Gateway. After signing up, use this C# library and easily integrate it into your system.

Get C# library

When to use this

Used by smaller systems like home automation to send SMS alerts.

Description of contents

This package allows one to build a Clickatell SMS library that can be linked to your C# application. Said library provides public functions that make calls to Clickatell’s HTTP and REST APIs, allowing one to send SMSs, query their user credit balance, query an SMS status, query the cost of an SMS, check SMS route coverage, and stop an SMS.

The package also contains a simple C# ASP.NET test application that when compiled, links with the Clickatell SMS library. This test application indicates how to test SMS functionality of the Clickatell SMS library.

All three projects contain extensive code commenting.

Library

Clickatell.Services

Test App

TestLibraryConsume

You can see our other libraries and more documentation at the Clickatell APIs and Libraries Project.

Last updated