• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/sms/provider/smsru.php
  • Класс: Bitrix\Crm\Integration\Sms\Provider\SmsRu
  • Вызов: SmsRu::getExternalManageUrl
public function getExternalManageUrl()
{
	if ($this->isRegistered())
	{
		return 'https://sms.ru/?panel=login&action=login&embed_id='.$this->getOption('embed_id');
	}
	return 'https://sms.ru/?panel=login';
}