• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/message/tracker.php
  • Класс: Bitrix\Sender\Message\Tracker
  • Вызов: Tracker::getHandlerUri
public function getHandlerUri()
{
	if (!$this->handlerUri && Integration\Bitrix24\Service::isPortal())
	{
		return Integration\Bitrix24\Service::getTrackingUri(
			$this->type,
			(Integration\Bitrix24\Service::isCloud() ? null : $this->siteId) // $this->siteId is not used for cloud
		);
	}

	return $this->handlerUri;
}