You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
https://developers.intercom.io/docs/notes
The text was updated successfully, but these errors were encountered: