-
When I create a new contact or update an existing one, custom parameters (already defined in Mailjet) seem to be ignored.
`var props = new Dictionary();`
`props.Add("x", "9");`
`var contact = ne…
-
Although I have a default from email configured as https://github.com/mailjet/mailjet-gem#api-key, and I'm using a template which also already define a subject and an email from, if I do
```
email =…
-
```
$mj =new Mailjet( $mjconfig->api_id, $mjconfig->api_secret );
$subject="Welcome to mysite!";
$params = array(
"method" => "POST",
"from" => "do-not-reply@mysite.com",…
-
Bonjour,
j'ai cette erreur et je ne trouve pas de solution :
```
Warning:` json_encode() expects at most 2 parameters, 3 given in vendor/guzzlehttp/guzzle/src/functions.php on line 323
Fatal error:…
-
Dear Mailjet team,
thanks for the great Java API Wrapper!
When I tested it I recognized that the DELETE method in the MailjetClient class uses a GET operation instead, which does not fit your API des…
-
Just look at the id your api returns, depending on which language you use
`system("curl -s -X GET --user '#{ENV["MAILJET_API_KEY"]}:#{ENV["MAILJET_SECRET_KEY"]}' https://api.mailjet.com/v3/REST/conta…
-
Very hard to find a real coherence in your api.
`Mailjet::Contact.find("adresseemail@tld.com")`
tells me the id is an email :
```
#true,
"created_at"=>Thu, 28 Jan 2016 09:07:10 +0000,
"delivered_…
-
Bonjour,
Tout d'abord, ravi de voir que votre api s'enrichie rapidement.
J'ai malgré tout un problème pour charger la page "campaigns" avec un token qui ne semble plus valide depuis quelques semaines…
-
Hi everyone,
When I try to get contents of the newsletter, I receive the following error:
```
NameError: undefined local variable or method `id' for #
from /path-to-gem/mailjet-gem/lib/mailjet/reso…
-
Hi Guillaume!
I am trying to monitor the process of uploading contacts and their subscription to contact lists (I am managing contact lists of around a thousand of contacts), but the sample code (htt…