V
V
venom19962021-02-09 10:24:27
Bitrix24
venom1996, 2021-02-09 10:24:27

How to get information about a call in a deal, lead, contact?

I don’t even know which way to dig, I’m trying to pull out the entire timeline, but to no avail

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
ThunderCat, 2021-02-09
@ThunderCat

Dig towards reading docks to api.

V
venom1996, 2021-02-09
@venom1996

figured it out myself, first connect the crest library, and do a webhook

$result = CRest::call('voximplant.statistic.get',
    [

        "SORT" => 'ID',
        "ORDER" => "DESC",
        "FILTER" => ['CRM_ENTITY_ID' => ['id лида или контакта']]

    ]);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question