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

I'm having an issue where I can connect successfully when testing from a live domain, but when testing on a local environment I always get the following error returned from...

**Describe the bug** I'm using Magento. config.php file is already present in my project in root dir. I don't want / can't alter it class ET_Client is trying to load...

bug

I am attempting to use a TriggeredSend, but I am unsure of where to pass in the data that is required for the underlying Data Extension associated with the triggered...

All the date calls in the samples need both end less than and greater than values or they will break. The server side doesn't properly handle when a `lessThan` does...

bug

When trying to set up the following simple example I'm seeing an error: ``` include_once('tests/UnitBootstrap.php'); use FuelSdk\ET_Client; use FuelSdk\ET_DataExtension; $myclient = new ET_Client(); ``` ``` Warning: First parameter must either...

Having a not controlled verbose functionality is particularly messy for CLI applications.

While this looks [eminently doable](http://salesforce.stackexchange.com/questions/88499/add-multiple-rows-via-api-to-an-exacttarget-data-extension) from the [WSDL](https://webservice.exacttarget.com/etframework.wsdl), I have not succeeded in inserting multiple rows into a data extension in one call. Every attempt to create the correct structure...

question

HI, I am trying to achieve the equivalent of this SQL filter bit: ``` ("SubscriberKey" IS NOT NULL) AND ("EventDate" > SOME_DATE AND "EventDate" < SOME_OTHER_DATE) ``` Tried this: ```...

In order to work correctly with DataExtensions when it's being created on the parent account, you need to pass "ClientIDs" also at the Get calls as well. ```xml 1234567 ```...

I am using below way to get subscribed user details for specific list and date range but can't able to get results ``` //Get all Data Extensions Rows (By CustomerKey)...