python-sparkpost
python-sparkpost copied to clipboard
SparkPost client library for Python
Hi guys, I'm trying to send emails through the Spark API but every now and then I get this error message, looking for info here (https://stackoverflow.com/questions/35771408/sparkpost-at-least-one-valid -recipient-is-required-python-django-api) comment that a...
I added support for the events end-point. I worked on the code in Python 2.7, but I have a copy working in 3.8. - I made no changes when I...
I have code that works with an inline template and an attachment, and code that works with a hosted template and no attachment. When I try to use the hosted...
The latest version adds a non-backward compatible change to passing the base URI in the constructor. Documentation says you should pass: ``` sp = SparkPost('YOUR API KEY', 'https://api.eu.sparkpost.com') ``` which...
Hello, @svisser , @richleland , @aydrian im using this list_suppression_entries.py to get the suppression list. [https://github.com/SparkPost/python-sparkpost/blob/master/examples/suppression_list/list_suppression_entries.py](url) ideally wanted it to be the whole list. but at one day, we are...
Hi, Is there a reason why the latest release (1.3.7) is not available via PyPI?
It is very imoportant to support the Recipient Validation endpoint to manage the recipients before Transmission is created. It is only a GET request. ``` GET /api/v1/recipient-validation/single/[email protected] ``` For further...