helpscout-api-php icon indicating copy to clipboard operation
helpscout-api-php copied to clipboard

PHP Wrapper for the Help Scout API

Results 23 helpscout-api-php issues
Sort by recently updated
recently updated
newest added

I added a location (Accra) property to customer and want to list the customers base on this property ``` $filter = (new CustomerFilters()) ->withQuery('property:"Accra'); $customers = $client->customers()->list($filter); ``` This returns...

It seems that this endpoint (https://developer.helpscout.com/mailbox-api/endpoints/customers/delete/) is missing from the SDK.

Thank you for taking the time to submit an issue with all the details shown below. Our engineering team monitors issues submitted and strives to respond with 1-2 business days....

This pulls the code from https://github.com/helpscout/helpscout-api-php/pull/208 It keeps just the hydrating embedded threads part of that pull request while removing the part that added withEmbed to conversation filters. I'm pulling...

This is not an issue, but I need help. After calling: $conversations = $client->conversations()->list($filters); echo json_encode($conversations); All I get was: {"0":{}} How do I get the conversation ID?

The [return type for this method](https://github.com/helpscout/helpscout-api-php/blob/master/src/Http/RestClient.php#L159) is declared as `string` but in case of an error `json_encode()` will return false. The return type should be updated at the very least,...

You can delete a note via the UI, but there doesn't seem to be any way to delete them using the API?

* PHP version: 8.0.6 * SDK version: 3.3.2 **Current behavior** It's not possible to set options for the Guzzle client used by the SDK. **Expected behavior** It would be really...

enhancement
looking-for-pull-requests

Hi folks! I took it for granted that `withThreads` requested conversations with threads, but I see now that it makes a request for conversations, and then a separate request for...

Hi, Does anyone know how can I get the number of chat conversations for a user with the API (1 in my screenshot). I've tried different repports and I can't...