• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/leadads/services/accountvkontakte.php
  • Класс: BitrixSeoLeadAdsServicesAccountVkontakte
  • Вызов: AccountVkontakte::registerWebHook
protected function registerWebHook($confirmCode, array $parameters = []): bool
{
	return WebHookService::create(
		BitrixSeoLeadAdsService::getEngineCode(static::TYPE_CODE),
		$confirmCode
	)->register($parameters);
}