Method: ReamazeAPI::Conversation#create

Defined in:
lib/reamaze_api/conversation.rb

#create(params) ⇒ Object

Public: Create a new conversation (on behalf of a customer).

params - Hash of parameters to pass to the API

API Routes

POST /conversations

See also: www.reamaze.com/api/post_conversations

Returns a Hash.



44
45
46
# File 'lib/reamaze_api/conversation.rb', line 44

def create(params)
  post "/conversations", params
end