mailjet-apiv3-java
mailjet-apiv3-java copied to clipboard
[API v3] Mailjet Java API Wrapper
The Send API v3.1 has for top-level properties: - `SandboxMode` - `AdvanceErrorHandling` - `Globals` - `Messages` `Globals` doesn't have a constant in `Emailv31`, while the rest of the properties do.
In a large Spring Boot based application, I'm getting this error. ``` java.lang.NoSuchMethodError: 'okio.Buffer okio.BufferedSource.getBuffer()' at okhttp3.internal.connection.RealConnection.createTunnel(RealConnection.java:411) at okhttp3.internal.connection.RealConnection.connectTunnel(RealConnection.java:236) at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:177) at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.java:224) at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.java:108) at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.java:88) at okhttp3.internal.connection.Transmitter.newExchange(Transmitter.java:169) at...
Unexpected error when sending attachments larger than the limit of 15MB in a transactional email. I would expect the mailjet client to return a send error like mj-0011 (.. the...
I want to push multiple contacts into MJ. The following code works with 10 records. But if my data is over 10 records the response return 201 but no any...
Hi, Mailjet client has been working fine until two days ago, when the following certificate issue appeared: Any idea? Thanks. 2024-03-14 12:28:48,615 ERROR http-nio-8291-exec-11 MailUtils:82 - com.mailjet.client.errors.MailjetClientCommunicationException: Connection Exception com.mailjet.client.errors.MailjetClientCommunicationException:...
When I perform a delete customer I always receive a 401 code. The `client` is initialized the "standard" way: ```java final ClientOptions options = ClientOptions.builder() .apiKey(apiKey) .apiSecretKey(apiSecretKey) .build(); final MailjetClient...
Updateing by userId fails with 404 ```java @Test public void updateContact() throws MailjetException { final String randomName = generateRandomUsername(); final int contactID = addContact(randomName, randomName + "@example.com"); assertThat(contactID).isGreaterThan(0); final MailjetRequest...
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20231013 to 20240303. Release notes Sourced from org.json:json's releases. 20240303 Pull Request Description #875 20240303-pre-release-updates #874 Deployment and Pipeline action updates #869 Revert recent obj long get...
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 2.22.2 to 3.2.5. Release notes Sourced from org.apache.maven.plugins:maven-failsafe-plugin's releases. 3.2.5 JIRA link Release Notes - Maven Surefire - Version 3.2.5 What's Changed Bump org.htmlunit:htmlunit from 3.8.0 to...