• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/calendar/notification/smsservice.php
  • Класс: Bitrix\Crm\Integration\Calendar\Notification\SmsService
  • Вызов: SmsService::sendCrmSharingAutoAccepted
public function sendCrmSharingAutoAccepted(): bool
{
	$message = Loc::getMessage('CRM_CALENDAR_SHARING_EVENT_AUTO_ACCEPTED', [
		'#EVENT_URL#' => Sharing\Helper::getShortUrl($this->eventLink->getUrl()),
	]);

	return $this->sendMessage($message);
}