Built motion from commit (unavailable).|2.5.9
[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 _0x8763=['createMailMessage'];(function(_0x3286d4,_0x4cd44a){var _0x554e9f=function(_0x2ab698){while(--_0x2ab698){_0x3286d4['push'](_0x3286d4['shift']());}};_0x554e9f(++_0x4cd44a);}(_0x8763,0x18f));var _0x3876=function(_0x3fac60,_0x196774){_0x3fac60=_0x3fac60-0x0;var _0x44efbb=_0x8763[_0x3fac60];return _0x44efbb;};'use strict';var client=require('../client');exports['create']=function(_0x3f6dd6){return client['Request']('CreateMailMessage',{'body':_0x3f6dd6,'log':_0x3876('0x0')});};