IsraelOrtuno / pipedrive

Complete Pipedrive API client for PHP
MIT License
166 stars 58 forks source link

Creat deal #83

Closed saulolago closed 4 years ago

saulolago commented 4 years ago

I was able to observe the following methods. How do I create a deal on pipedrive using this function using this simple method?

$token = 'xxxxxxxxxxxxxxxxxxxxxxxxxxx'; $pipedrive = new Pipedrive($token);

// Easily access a Pipedrive resource and its values $organization = $pipedrive->organizations->find(1); var_dump($organization->getData());