FuelSDK-PHP icon indicating copy to clipboard operation
FuelSDK-PHP copied to clipboard

FuelSDK-PHP

Results 62 FuelSDK-PHP issues
Sort by recently updated
recently updated
newest added

While testing out the library I found a few cases where the ET_Client() examples were incorrect. This PR fixes them.

**Describe the bug** I am using the latest OAuth 2.0 Authentication where you first request a json web token. It works by requesting {base_url}/v2/token I am using Guzzle to retrieve...

bug

Hello, I see that you can specify accountId and retrieve from a specific business unit. But looking at ET_Client, it seems that the SDK is only set up to pull...

Hello, I am adding some of my own custom classes for objects that you don't have in the /src/ directory. For example, so far I've added: ET_AccountUser ET_Query ET_SendClassification ET_SenderProfile...

Does anyone have any experience with pulling data from a shared Data Extension? I am able to get data from a local but nothing from a shared DE. Any advice?

Regarding the ET_Client class the Read Me on the home page states: **In order to leverage the advantages this class provides, use a single instance of this class for an...

I have just started using this SDK but getting an issue. SoapClient::__doRequest() returned non string value This is my index file: Config file:

Hi @MichaelAllenClark , I'm using the FuelPHP-SDK for upload files to the legacy Content Classic. May I know if this library will stop working as decribed here: https://help.salesforce.com/articleView?id=SOAP-API-Legacy-Versions-Retirement&language=en_US&type=1 Thanks.

Classic content will be deprecated in January 2019. Does the functionality currently exist in the FuelSDK to send Content Builder content? I have created the content and am attempting to...

Is it possible to fire an entry event for a journey using this SDK?