Created
November 11, 2021 13:15
-
-
Save luckydevilru/b36cb6e983b1231ccd6fe6822dfebfc4 to your computer and use it in GitHub Desktop.
Создать сегмент ( create | add ) segment bitrix24 битрикс
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
CModule::IncludeModule("crm"); | |
$companyIds = [76885,76951,77060]; | |
$res = Bitrix\Crm\Integration\Sender\Segment::uploadAction( | |
$segmentId = null, | |
'COMPANY', | |
$entities = $companyIds, | |
$gridId = null | |
); | |
echo '<pre>$res<br />'; print_r($res); echo '</pre>'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment