Skip to content

Commit bf0ea22

Browse files
author
Suma Prakash
committed
Updating the documentation
1 parent 428f6c4 commit bf0ea22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,8 @@ intercom.segments.all.each {|segment| puts "id: #{segment.id} name: #{segment.na
350350
# Iterate over all conversations for your app
351351
intercom.conversations.all.each { |convo| ... }
352352

353+
# The below method of finding conversations by using the find_all method work only for API versions 2.5 and below
354+
353355
# FINDING CONVERSATIONS FOR AN ADMIN
354356
# Iterate over all conversations (open and closed) assigned to an admin
355357
intercom.conversations.find_all(type: 'admin', id: '7').each {|convo| ... }

0 commit comments

Comments
 (0)