Skip to content

Releases: intercom/intercom-ruby

Return object type

08 Nov 13:29

Choose a tag to compare

Return object type in API response objects, e.g.

> conversation = intercom.conversations.find(:id => '6724844006')
> conversation.conversation_message.author.type
"user"

Fix for PR353 lonely operator error

16 Oct 10:36

Choose a tag to compare

#353 Resolved issue with NoMEthodError being returned when parsed_body was nil.
However, this created an issue for some versions of Ruby.
This release adds a different error check for the parsed_body being nil which should work with all supported versions.

Fix NoMethodError issue

13 Oct 09:14

Choose a tag to compare

Fixing issue where NoMethodError is returned as described in #339

Release with handle rate limit

06 Oct 15:51

Choose a tag to compare

This version has a flag to handle rate limits if so desired.
Please see the readme for more info

v.3.5.5

07 Oct 11:05

Choose a tag to compare

Add scroll api for contacts
Add extra context to IntercomError
Add support to find admin by id
Add decrement method to incrementable traits
Suppress printing of users during test runs

v.3.5.4

07 Oct 11:05

Choose a tag to compare

Adding scroll functionality

v.3.5.3

07 Oct 11:06

Choose a tag to compare

Adding support for global conversation counts

v.3.5.2

07 Oct 11:06

Choose a tag to compare

Adding support for pagination

v.3.5.1

07 Oct 11:07

Choose a tag to compare

Enforcing utf8 body encoding

v.3.5.0

07 Oct 11:07

Choose a tag to compare

Visitor Endpoint