class Roqua::CoreApi::SendTextMessageTo

@api private

Public Instance Methods

execute() click to toggle source

Possible variables in the body are:

%firstname%,
%lastname%,
%initials%
# File lib/roqua/core_api/send_text_message_to.rb, line 16
def execute
  session.post "/text_messages", text_message: attributes, person_id: person_id
end