• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/webform/whatsapp.php
  • Класс: Bitrix\Crm\WebForm\WhatsApp
  • Вызов: WhatsApp::sendEvent
static function sendEvent(array $eventParameters): void
{
	$whatsAppEvent = new Main\Event(
		'crm',
		'OnCrmWhatsAppFormSubmitted',
		array($eventParameters)
	);

	Main\EventManager::getInstance()->send($whatsAppEvent);
}