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

This repository contains the open source PHP client for MessageBird's REST API.

Results 24 php-rest-api issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying getFormats() function, I'm using Lookup Api and Laravel 9, and I got this error MessageBird\Objects\Lookup::getFormats(): Return value must be of type ?array, stdClass returned ``` $lookup =...

Hello, We couldn't find any example and code how can we add parameter to Dynamic Button URL? Is it not possible with PHP SDK?

The HTTP API returns: ``` [ { "id": 11[…]29, "name": "qaTestAccount_shtHTn_b4dce" }, { "id": 11[…]89, "name": "qaTestAccount_NbQCnM_b751a" }, // … { "id": 11[…]99, "name": "qaTestAccount_GwrUNJ_35f37" } ] ``` But PHP...

bug

Adding the property `public $interactive;` to MessageBird\Objects\Conversation\Content fixes the problem.

There are several properties that are documented and initialized as an `array`, but turn out to be objects of type `stdClass` (as indicated by the error `Error : Cannot use...

bug

We're currently building an integration using this API and have become a little stuck, hoping for any advice if there is a different way forward. After calling the create method...

bug

Hi, I'm pulling whatsapp conversations using "list.php" under the conversation folder. first and last name fields returns null. I could not reach the whatsapp contact list records on the site...