csharp-sparkpost icon indicating copy to clipboard operation
csharp-sparkpost copied to clipboard

C# Client Library for SparkPost Email Service

Results 44 csharp-sparkpost issues
Sort by recently updated
recently updated
newest added

Only one usage of each socket address (protocol/network address/port) is normally permitted 34.209.189.137:443. C# Sparkpost API version is 1.14 which we are using.

Hi, I would like to use Sparkpost EU. I create my client as follow: `return new Client(API_KEY, "https://api.eu.sparkpost.com");` Sending out emails works fine, but It generates following error when I...

Multi target main assembly and tests

I have noticed that some API calls require custom headers. For example, in creating a new webhook, it has custom headers as follows { "name": "Example webhook", "target": "http://client.example.com/example-webhook", "custom_headers":...

I keep track on my emails using transmission_id and keep tracking of what happened to my mail id after sending.When an Out of band event happend i wants to do...

Fixes #132 Had some time today, so I knocked this out. I'm happy to refactor or tweak as needed if you prefer a different approach.

Can TargetLinkUrl be added to MessageEvent please? I've added it in a cloned repo, but the change is so small I don't know that it's worth creating a pull request...

Upon creating a MessageEvent object from a webhook, I'm getting an exception that fails on parsing a unix date to a datetimeoffset in c#. `"ExceptionMessage": "Could not convert string to...

Running into an issue with a simple transmission send that involves a template (template not found, even though it is there and published). Is there any way to see the...