intercom-go
intercom-go copied to clipboard
Go Bindings For Intercom
Client library should always take context as a first argument of every function using http client or similar. Reason is simple if there is anything in way between client and...
Adds a function read an admin and will also pull the avatar image url. The list admins endpoint does not provide avatars.
## Version info - intercom-go version: 1.0.0 - Go version: 1.10 ## Expected behaviour Running a `dep ensure` over a project that imports intercom-go should work ## Actual behaviour ```...
According to the Intercom docs, API Keys are deprecated and will be fully replaced with a Personal Access Token in January 2017. I was expecting NewClient to support this change...
Ref: https://developers.intercom.io/docs/list-user-events
## Version info - intercom-go version: v2.0.0-20210504094731-2bd1af0ce4b2 - Go version: 1.22.0 ## Expected behavior [Rich links](https://www.intercom.com/help/en/articles/175-set-up-event-tracking-in-intercom) in custom events' metadata work. ## Actual behavior Rich links sent with the golang...