Skip to content

Instantly share code, notes, and snippets.

@luckydevilru
Created November 11, 2021 13:15
Show Gist options
  • Save luckydevilru/b36cb6e983b1231ccd6fe6822dfebfc4 to your computer and use it in GitHub Desktop.
Save luckydevilru/b36cb6e983b1231ccd6fe6822dfebfc4 to your computer and use it in GitHub Desktop.
Создать сегмент ( create | add ) segment bitrix24 битрикс
<?
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