helpscout / helpscout-api-php

PHP Wrapper for the Help Scout API
MIT License
98 stars 62 forks source link

SDK out of date? #320

Closed gldrenthe89 closed 1 month ago

gldrenthe89 commented 1 month ago

We are currently busy implementing the Mailbox API andpoint into our CRM PHP App. The documentation is different from the usage in this SDK.

We are trying to update a customer and all of its embedded data like: Address, Websites, Phones, Emails and 1 Property. We get a 204 response back. But in Helpscout nothing changed. I am also in contact with support because of the sensitive data.

I dived deeper into the SDK code and the Documentation. The documentation is very different when updating a customer and its embedded data than the SDK itself uses.

I am running PHP 8.3 and Laravel 11.18. This is the documentation page i found: https://developer.helpscout.com/mailbox-api/endpoints/customers/overwrite/

Please help me out here as this module needs to be live next week.

gldrenthe89 commented 1 month ago

Sorry i missed the customersEntry() class. excuse me. wil try to use that for it