-
In messagehistory class, no GET seems to be working.
Firstly, when i try to call your url
https://api.mailjet.com/v3/REST/messagehistory
with my credentials i get
{ "ErrorIdentifier" : "24C9B990…
-
1) When i try to update the Email of a sender object, i get "Error '400' - One or more arguments are missing or maybe mispelling. Details: Not allowed to change email address - "
However in the docume…
-
Hi,
I am starting to use your library to send emails. But when I am building the client, I am encountering this exception:
`java.lang.reflect.InvocationTargetException
com.mailjet.api.client.config.M…
-
Bonjour,
J'ai un problème pour récupérer les emails qui ont ouvert ma campagne via l'API.
Voici le dump de l'objet Mailjet.
object(Mailjet)#336 (12) {
["version"] => string(2) "v3"
["secure"] =>…
-
I'm trying to send email with attachment through the api.
``` ruby
variable = Mailjet::Send.create(
from_email: "pilot@mailjet.com",
from_name: "Mailjet Pilot",
subject: "Your…
-
Bonjour,
J'intègre l'API MAiljet pour de nouveaux comptes V3 de mes clients.
En l'occurence je suis en train de changer la classe qui envoie des emails transactionnels.
J'arrive à envoyer un mail …
-
fix that condition.
``` php
$contentType = $action ==
('csvdata/text:plain' || $action == 'csverror/text:csv') ?
'text/plain' : 'application/json';
```
https://github.com…
-
Hello,
When i upload a CSV file with an existing email in mailjet database, the API don't update the row ?
(https://github.com/mailjet/mailjet-apiv3-php-simple/tree/master/samples)
Thanks for helpi…
-
Hi,
There is a method to duplicate a sent newsletter? I checked all doc here, but I didn't see how to do it.
http://dev.mailjet.com/email-api/v3/newsletter-detailcontent/
It seems it was before in v…
-
Bonjour,
je cherche désesperement à changer la valeur 'is Active' sur un contact sans success...
Voila l'appel que je fais.
```
$data = array(array('IsActive' => true));
$params = array(
'ID'…
Colir updated
9 years ago