• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/leadads/services/accountvkontakte.php
  • Класс: BitrixSeoLeadAdsServicesAccountVkontakte
  • Вызов: AccountVkontakte::getWebHookByExternalId
protected function getWebHookByExternalId($externalId, $type)
{
	return WebHookInternalsWebHookTable::getRow([
		'filter' => [
			'EXTERNAL_ID' => $externalId,
			'TYPE' => $type,
		]
	]);
}