Documentation

onCrmDealAdd

Scope: catalog Permissions: all

The event is called when deal is created.

Event parameters:

Parameter Description
FIELDS Array contains field with the created deal ID.


Example

You can subscribe to the method using as follows

CRest::call('event.bind',
	[
		'event' => 'onCrmDealAdd',
		'handler' => 'https://example.com/handler.php'
	]
);
© «Bitrix24», 2001-2024