메소드 | 설명 | |
---|---|---|
__construct ( |
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. |
public __construct ( |
||
$client |