class Roqua::CoreApi::SendNotification

@api private

Public Instance Methods

execute() click to toggle source

Possible variables in the body/subject are:

%firstname%,
%lastname%,
%initials%
# File lib/roqua/core_api/send_notification.rb, line 24
def execute
  CoreApi.basic_auth_session.post "/notifications", notification: attributes,
                                                    person_id: person_id,
                                                    dossier_id: dossier_id
end