2.1.1
Added support for Webhooks endpoint
$pipedrive->webhooks->all();
$pipedrive->webhooks->create([
'subscription_url' => 'https://web.com',
'event_action' => 'updated',
'event_object' => 'activity'
]);
$pipedrive->webhooks->delete(123);
Added support for Webhooks endpoint
$pipedrive->webhooks->all();
$pipedrive->webhooks->create([
'subscription_url' => 'https://web.com',
'event_action' => 'updated',
'event_object' => 'activity'
]);
$pipedrive->webhooks->delete(123);