mailjet-apiv3-dotnet
mailjet-apiv3-dotnet copied to clipboard
[API v3] Official Mailjet API v3 .NET wrapper
https://api.mailjet.com/v3/REST/contactslist/{list_id}/ManageManyContacts/{job_id} C# api ALLOWS for this by using the ActionId MailjetRequest request = new() { Resource = ContactslistManagemanycontacts.Resource, ResourceId = ResourceId.Numeric(contactslistId), ActionId = jobId }; Documentation here is incorrect (https://dev.mailjet.com/email/reference/contacts/bulk-contact-management/#v3_get_contactslist_list_ID_managemanycontacts_job_ID)
Can you point me in the direction of a C# bouncestatistics example call?
Hello community, I'm unable to send my templated email throught API. It's a simple template with *no* MJML. For some reason it fails with an error code `send-0019` and the...
.NET Core 3 comes with a new JSON parser. I really don't want to use *Newtonsoft* alongside with it. Is there an API with e.g. a `string` instead of `JObject`?
When using **SendTransactionalEmailAsync**, the .net sdk sometimes returns a **TransactionalEmailResponse** where the **Messages** array are null. By looking at the code it seems like the issue is: SendTransactionalEmailAsync demands that...
Hello community, We are sending transactional emails using this library and recently started using templates instead of plain HTML. We have created a few templates in Mailjet but we are...
I'm using de client with filters limit and offset but in all cases return the same value on count an total, this is a weird behaviour, why replicate the same...
Seems like the wrapper explicitly does not allow template variables if no template ID is given https://github.com/mailjet/mailjet-apiv3-dotnet/blob/9f9d451596e2b5c5ccf4719e54444833dd8d538f/Mailjet.Client/TransactionalEmails/TransactionalEmailBuilder.cs#L494 The API itself seems to deal with this without problem Via the API...
This email does not exists in the database and I am getting this error. Infact getting same error for most of the contact. Whats the issue? ``` [ { "ErrorInfo":...