IsraelOrtuno / pipedrive

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

Added callLogs resource #113

Closed Didstriker closed 3 years ago

Didstriker commented 3 years ago

I needed to use this api calls but noticed there was no resource for it, you might want to also update the readme. The callLogs resource works a bit different, since it must be linked to an activity, but you are able to create a CallLog and it will automatically create a wrapper activity for it. After creating a CallLog, you can add an audio file to it.

IsraelOrtuno commented 3 years ago

Thanks a lot