-
Bonjour,
je suis une fois de plus confronté à un problème avec l'API.
Lors de l'envoi d'une campagne, je me retrouve avec une erreur de type 500 lorsque j'appelle la méthode `manycontacts`.
Je précis…
-
Bonjour,
Comment avoir la distinction soft bounce et hardbounce via la méthode messagesentstatistics() de l'API ?
Merci de votre aide,
ghost updated
9 years ago
-
In the previous API wrapper, one would use the inside attributes like Status, EditMode which would accept specific values etc like this:
Status.DRAFT__0_
How do we use them now?
Could you demonstrate…
sicoa updated
8 years ago
-
Is it possible to send mails with attachments using the node api?
If yes, could provide an example?
-
How can I create a user within a specific list ?
Is it through the Listrecipient API ? Which parameters have to be passed ?
-
I see in v3 reference in mailJet's site http://dev.mailjet.com/email-api/v3/newsletter-send/ there is the following example:
```
curl -s -X POST \
--user "$MJ_APIKEY_PUBLIC:$MJ_APIKEY_PRIVATE" \
http…
-
``` ruby
Mailjet::Contact.all('ContactsList' => remote_list.id)
=> []
```
This sound ok because this list is empty, but with underscored syntax:
``` ruby
Mailjet::Contact.all(:contacts_list => remo…
-
I can see on the exception code that the api returns some more detailed json but - stop me if i'm wrong - we can't programmatically access it rescuing mallet exceptions as it's mixed with some other s…
-
The emails are correctly sent with mailjet. But I would like to be able to specify a template. This way, every sent emails look the same as the ones sent via the mailjet interface.
See http://stackov…
-
Greetings,
i am the colleague of Mr.Kaveiros, i will state the issues as they appear one by one respecting your great effort to solve them and our line of work. We shall mutually benefit :)
In the sp…