Skip to content
This repository was archived by the owner on Jul 21, 2026. It is now read-only.

tarr11/IntercomDotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntercomDotnet

Wrapper for Intercom.io API for .NET

This is now targeted towards the Intercom API v2

A lightweight wrapper around the intercom API based on RestSharp.

Install via nuget

Install-Package intercom-dotnet

Usage example

string apikey = "";
string appid = "";
var client = IntercomClient.GetClient(appid, apikey);
var users = client.Users.Get();
var newuser = client.Users.Post(new { email = "test@test.com" });

Supported features

About

Wrapper for Intercom.io API for .NET

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages