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 Notes Service #36

Open
f2prateek opened this issue Jan 16, 2016 · 3 comments
Open

Add Notes Service #36

f2prateek opened this issue Jan 16, 2016 · 3 comments

Comments

@f2prateek
Copy link

https://developers.intercom.io/docs/notes

@choran
Copy link
Member

choran commented Aug 10, 2016

Hi @f2prateek
Are you trying to add a note to a conversation? You can add a note via the Go SDK. have you tried this?
e.g. convo, err := intercom.Conversations.Reply("1234", &admin, intercom.CONVERSATION_NOTE, "my message to just admins")
This will add a note from an admin into the conversation?
Let me know if this is not what you were trying to do

@f2prateek
Copy link
Author

We were trying to fetch the notes from the Intercom API (List Notes for a User section).

Equivalent of this curl call:

curl https://api.intercom.io/notes?user_id=25 \
-u pi3243fa:da39a3ee5e6b4b0d3255bfef95601890afd80709 \
-H 'Accept: application/json'

@choran
Copy link
Member

choran commented Aug 11, 2016

ok, I see what you mean now. thanks for the clarification, I will leave this open for now and update when I have more info

@mmartinic mmartinic added dev and removed dev labels Jul 5, 2018
@keloe keloe added dev and removed dev labels Jul 5, 2018
@choran choran added the go label Sep 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants