Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/messageservice/lib/Providers/Edna/Constants/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/messageservice/lib/Providers/Edna/Constants/Method.php

<?php

namespace Bitrix\MessageService\Providers\Edna\Constants;

class Method
{
	public const GET_CHANNELS = 'channel-profile';
	public const GET_CASCADES = 'cascade/get-all/';
	public const SEND_MESSAGE = 'cascade/schedule';
	public const GET_TEMPLATES = 'message-matchers/get-by-request';
	public const SEND_TEMPLATE = 'message-matchers';
}