FuelSDK-Python
FuelSDK-Python copied to clipboard
FuelSDK for python
**Describe the bug** In `sample_dataextension.py`, line 74, the property name used to filter a data extension is `CustomerKey`, which is the `CustomerKey` for a Data Extension Field. It should be...
Referenced Issue: #122 **This PR tackles the following code improvements** 1. When configuring the ET_Client, loading the WSDL and refreshing the token, the current code only raise base Exceptions, which...
**Describe the bug** A clear and concise description of what the bug is. ET_Email() seems to only return one record, instead of the whole list of emails. **To Reproduce** Steps...
**Describe the bug** soap_client method not found when instantiating ETL_Client. SUDS complains it cannot find the method 'PartnerAPI.Soap.__len__'. I've copied the WSDL file from your repo into my python module...
I don't see this capability but thought we might be able to add it.
**Is your feature request related to a problem? Please describe** 1. When configuring the ET_Client, loading the WSDL and refreshing the token, the current code only raise base `Exception`s, which...
**Describe the bug** The creation of data extension row fails when only `Name` attribute value is provided in the request payload as the underlying logic in `self.getCustomerKey()` method to describe...
Suggested by @Thom3435 in this [thread](https://github.com/salesforce-marketingcloud/FuelSDK-Python/issues/114)
**Is your feature request related to a problem? Please describe** In version 0.9, Setup.py requires requests version 2.2.1, which does not fit well in projects that make use of newer...
Is it possible to get the data from the Complaints (or Spam Complaints) table with the API ? 