Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add utm_campaign and other fields to the User class #110

Closed
ogamaniuk opened this issue Apr 9, 2018 · 1 comment · Fixed by #131
Closed

Add utm_campaign and other fields to the User class #110

ogamaniuk opened this issue Apr 9, 2018 · 1 comment · Fixed by #131

Comments

@ogamaniuk
Copy link

ogamaniuk commented Apr 9, 2018

I need to be able to set utm_campaign, utm_source and other related field using the C# library. The REST Intercom API allows that, I just rant the following HTTP request:


POST https://api.intercom.io/users HTTP/1.1
Accept-Charset: UTF-8
Accept: application/json
Authorization: Basic  
User-Agent: RestSharp/105.2.3.0
Content-Type: application/json
Host: api.intercom.io
Content-Length: 52
Accept-Encoding: gzip, deflate

{"id":"5874f28d6220b21bb424c58c","new_session":true, "utm_campaign":"test2"}
@kmossco
Copy link
Contributor

kmossco commented Apr 26, 2018

Thank you for reporting this! We need to add this to the user model indeed, adding it to the roadmap so we can get it done asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants