Skip to content

Releases: intercom/intercom-ruby

Return object type

Choose a tag to compare

@apassant apassant released this 08 Nov 13:29

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

Choose a tag to compare

@choran choran released this 16 Oct 10:36

#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

Choose a tag to compare

@choran choran released this 13 Oct 09:14

Fixing issue where NoMethodError is returned as described in #339

Release with handle rate limit

Choose a tag to compare

@choran choran released this 06 Oct 15:51

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

v.3.5.5

Choose a tag to compare

@mmartinic mmartinic released this 07 Oct 11:05

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

Choose a tag to compare

@mmartinic mmartinic released this 07 Oct 11:05

Adding scroll functionality

v.3.5.3

Choose a tag to compare

@mmartinic mmartinic released this 07 Oct 11:06

Adding support for global conversation counts

v.3.5.2

Choose a tag to compare

@mmartinic mmartinic released this 07 Oct 11:06

Adding support for pagination

v.3.5.1

Choose a tag to compare

@mmartinic mmartinic released this 07 Oct 11:07

Enforcing utf8 body encoding

v.3.5.0

Choose a tag to compare

@mmartinic mmartinic released this 07 Oct 11:07

Visitor Endpoint