1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Method.php
См. документацию.
1<?php
2
3namespace Bitrix\MessageService\Providers\Edna\Constants;
4
5class Method
6{
7 public const GET_CHANNELS = 'channel-profile';
8 public const GET_CASCADES = 'cascade/get-all/';
9 public const SEND_MESSAGE = 'cascade/schedule';
10 public const GET_TEMPLATES = 'message-matchers/get-by-request';
11 public const SEND_TEMPLATE = 'message-matchers';
12}