Method: Frontapp::Client::Conversations#get_conversation_inboxes
- Defined in:
- lib/frontapp/client/conversations.rb
#get_conversation_inboxes(conversation_id) ⇒ Object
Parameters Name Type Description
conversation_id string Id or email of the requested conversation
43 44 45 |
# File 'lib/frontapp/client/conversations.rb', line 43 def get_conversation_inboxes(conversation_id) get("conversations/#{conversation_id}/inboxes") end |