Skip to content

Salesbot service added

Compare
Choose a tag to compare
@ufee ufee released this 26 Jun 10:54
· 9 commits to master since this release
$bots = $amo->salesbots()->get($page = 1, $limit = 250);
$bots = $amo->salesbots;

$start = $amo->salesbots()->start($bot_id, $entity_id, $entity_type = 2);
$stop = $amo->salesbots()->stop($bot_id, $entity_id, $entity_type = 2);