IsraelOrtuno / pipedrive

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

Mailbox class added in resource #76

Closed mshahidrasheed closed 4 years ago

mshahidrasheed commented 4 years ago

I have implemented this class to fetch mailThreads from PipeDrive API. The resource was not already present in the API client.

The following end-points has been implemented.

  1. GET https://api.pipedrive.com/v1/mailbox/mailThreads?folder={folderName}
  2. GET https://api.pipedrive.com/v1/mailbox/mailThreads/{id}
  3. GET https://api.pipedrive.com/v1/mailbox/mailThreads/{id}/mailMessages