Developers Index |
API V2 .NET ClientTextMarks provides a .NET library to integrate with the V2 HTTP API. This allows your apps to easily make calls into the TextMarks API. There are also other easier (less technical) ways to send and receive text messages from and to your apps without using this API. Client LibraryDownload Source (TextMarksV2APIClient-DotNet.zip - ~344 KB) This ZIP file contains a Visual Studio Solution file with both the API client as well as an example program demonstrating how to use it. DocumentationTo use this .NET API client, you may extract the ZIP file and then choose any of these approaches:
Example Code - Invite a user to join a TextMark group
using System; |