PHP Класс Intercom\IntercomLeads

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( IntercomClient $client ) IntercomLeads constructor.
convertLead ( $options ) : mixed Converts Lead.
create ( array $options ) : mixed Creates Lead.
deleteLead ( string $id, array $options = [] ) : mixed Deletes Lead.
getLead ( string $id, array $options = [] ) : mixed Returns single Lead.
getLeads ( array $options ) : mixed Lists Leads.
leadPath ( string $id ) : string Returns endpoint path to Lead with given ID.

Описание методов

__construct() публичный Метод

IntercomLeads constructor.
public __construct ( IntercomClient $client )
$client IntercomClient

convertLead() публичный Метод

Converts Lead.
См. также: https://developers.intercom.io/reference#convert-a-lead
public convertLead ( $options ) : mixed
$options
Результат mixed

create() публичный Метод

Creates Lead.
См. также: https://developers.intercom.io/reference#create-lead
public create ( array $options ) : mixed
$options array
Результат mixed

deleteLead() публичный Метод

Deletes Lead.
См. также: https://developers.intercom.io/reference#delete-a-lead
public deleteLead ( string $id, array $options = [] ) : mixed
$id string
$options array
Результат mixed

getLead() публичный Метод

Returns single Lead.
См. также: https://developers.intercom.io/reference#view-a-lead
public getLead ( string $id, array $options = [] ) : mixed
$id string
$options array
Результат mixed

getLeads() публичный Метод

Lists Leads.
См. также: https://developers.intercom.io/reference#list-leads
public getLeads ( array $options ) : mixed
$options array
Результат mixed

leadPath() публичный Метод

Returns endpoint path to Lead with given ID.
public leadPath ( string $id ) : string
$id string
Результат string