tarr11 / IntercomDotnet

Wrapper for Intercom.io API for .NET
Apache License 2.0
15 stars 14 forks source link

Added support for conversations #24

Closed mahesh0919 closed 8 years ago

mahesh0919 commented 8 years ago

1) Modified messages.cs to add for User or Contact Initiated Conversation 2) Added Conversations.cs file to support admin to user and user to admin Conversations 3) Modified Program.cs to add examples on conversations

mgoodfellow commented 8 years ago

Thanks for the PR @mahesh0919 !

Everything looks great, my one comment is about the old Obsolete function which I mentioned inline. Once that is resolved, I can merge and package up a new NuGet package.

Cheers!

mgoodfellow commented 8 years ago

LGTM :+1:

Thanks for the contribution!