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

FuelSDK for python

Results 77 FuelSDK-Python issues
Sort by recently updated
recently updated
newest added

suds-jurko is no longer supported, suds-community is best workaround

I'm trying to instanciate the ET_Client and get the 407 error... it's proxy authenticatio How do I configure this class to read my proxies authentication?

bug

**Is your feature request related to a problem? Please describe** A clear and concise description of what the problem is. I deployed a lambda function that uses fuelsdk-python to authenticate...

enhancement

On read-only file systems (e.g. AWS Lambda) code fails when updates `soap_cache_file.json` Instead of raising an exception, that handled by a broad exception and returns the default endpoint URL. https://github.com/salesforce-marketingcloud/FuelSDK-Python/blob/40c9379db9ee15e712f7d0ef546b32b12e8df74b/FuelSDK/client.py#L401-L407...

I want to update the queries in SFMC but can't find a way to do that currently. Please provide a way to invoke UpdateRequest SoapAction on required object type (QueryDefinition)

suds.TypeNotFound: Type not found: '__AdditionalEmailAttribute1' I have been getting this error when using the v1.0.0. branch. Any idea what is going on? I can do some stuff, but when I...

I need to get all the stats concerning my triggered sends. With the documentation of Salesforce Soap API, I saw that an object called Triggered Send Summary exists and contains...

enhancement

**Describe the bug** Based on [the following documentation](https://developer.salesforce.com/docs/atlas.en-us.api_analytics.meta/api_analytics/sforce_analytics_rest_api_report_query.html), requesting the report should return `factMap` with the rows and aggregates `/services/data//analytics/reports/query` However the response return fact map without values for rows...

bug

**Describe the bug** The report type `Activity` is returned by the metadata endpoint, however when submitting the following descriptor ``` {"detailColumns": ["DUE_DATE", "ACCOUNT", "OPPORTUNITY", "CONTACT", "SUBJECT", "ASSIGNED", "PRIORITY", "STATUS", "TASK",...

bug

Eventually, without too much reasoning, the JSON saved as cache on the local file get a double }}, if that happens, every call to the SDK will fail with a...