Built motion from commit 10af8726.|2.6.34
[motion2.git] / server / services / routing / rpc / mailMessage.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x019a=['Request','createMailMessage'];(function(_0xe68363,_0x34d168){var _0x5c856c=function(_0x352d56){while(--_0x352d56){_0xe68363['push'](_0xe68363['shift']());}};_0x5c856c(++_0x34d168);}(_0x019a,0x15c));var _0xa019=function(_0x490a77,_0x19c793){_0x490a77=_0x490a77-0x0;var _0x2ac985=_0x019a[_0x490a77];return _0x2ac985;};'use strict';var client=require('../client');exports['create']=function(_0x287bc8){return client[_0xa019('0x0')]('CreateMailMessage',{'body':_0x287bc8,'log':_0xa019('0x1')});};