39 results found
-
kill emails in queue with API
It would be great if we could delete all of our emails in your queue via API.
We had a bug in our software and unfortunately had to watch how emails were processed again and again, which we wanted to delete in any case. Unfortunately, our hands were tied (we did not reach your support either).
Specifically, we kept running into a send limit (even after adjusting our service plan) because it was always the same emails to the same recipients. Of course, these were all blocked by you (fortunately).
This would not happen anymore with the described feature. We…
11 votes -
Why can't I see sent emails? It seems like the most obvious feature.
Why can't I see the actual email that was sent?
8 votes -
Allow shorter SMTP credentials
Please provide an option to use shorter API credentials. The mailjet-generated 32 character user and passwords will often not work with older devices that limit the length of the acceptable userids and passwords.
6 votes -
Awful API documentation and examples
API documentation is atrocious. Example given for sending a basic email does not work, gives a 400 error message stating that "At least FromEmail or Sender must be provided" when following all steps provided. No further details about this error in the documentation. Price was a good draw, but API like this will have us going to another provider.
5 votes -
Add deferral event and more fields to webhook
The information provided by the webhook about delivery events is limited. Other delivery service providers provide more information in their webhook.
We use the webhook to monitor deliverability. It would be good if the following event type is added:
- deferral events (failed delivery attempts which will be retried)
and the following event fields are added:
- envelope sender
- from header
- sending IP
- delivery time (time from submission to delivery)
- destination host (result of MX lookup)4 votes -
Add AB test to the API documentation
We can't find a documentation for how to use an AB test with the API.
We should have an idea about:
- How to schedule the test or send it immediately.
- How to send the final chosen version after test successfully sent4 votes -
Custom Data Available In API
Hi,
It would be exceptionally useful, if the Custom ID, Event Payload and Custom Campaign name where available via the API, and when viewing messages in the Web UI.
Being able to search for messages using the Custom ID as a key would also be very useful.
Kind Regards,
Tom4 votes -
Add an api that allow to retrieve template content after variable interpolation
Add an api that allow to retrieve template content after variable interpolation because we need to store the resulting email on a webserver
3 votes -
Add a filter to fetch new and updated contact and contactdata entities
To simplify ETL processed we need just recently added and updated contacts and contactdata. Current API endpoint is not offering filter for this.
Comparable with bouncestatistics: FromTS and ToTs query parameters.
Now we need to refresh data daily and the amount of data being moved is kind of huge.
3 votes -
Ability to kick off .csv downloads as can be done via the UI
I would like to have the ability to export contact lists from via the API as can be done via the Frontend over the UI
3 votes -
Vérification des emails par API - Email verification by API
Bonjour, avez-vous prévu de permettre de vérifier les adresses email par API, comme ce que vous permettez de faire par l'interface web ?
Hello, do you have plans to allow email address verification via API, like what you allow to do via the web interface?
3 votes -
Support PGP Encrypted Email Sending
Support passing a PGP key or reference to a PGP key in the Send API to encrypt emails with public keys for secure delivery.
3 votes -
"View online" URL campaigns in API
There is no endpoint or data to obtain the "view online" URL of campaigns using Mailjet API. Please implements this !
3 votes -
Mailjet + Slack
Mailjet Event notifications + Slack = ????
Hello, I find the Webhook feature very interesting. Unfortunately, the content of the JSON sent to an event (bounce, spam, etc) does not contain the fields required by the webhook provided by Slack.
Indeed, Slack requires at least one of the following fields: text / fallback / attachments. (documentation here: https://api.slack.com/messaging/webhooks#threads)It would be very convenient to add this text field in the JSON currently sent by Mailjet.
Merci d'avance
3 votes -
API Keys Rotation
The idea would be to have periodical key rotation what is asking for confirming the old API keys before updating to the new ones.
3 votes -
Resend an email via API
Hi, could you please add a feature to resend an email via the email API ? It could be done by reusing the MessageId from the initial email to attempt the retry.
This feature would be useful for automation processes, for example to resend emails when the recipient no longer has access to the initial email
2 votes -
Allow to retrieve variables from a template
Hello,
We use a template system and send variables from a Java backend. To make it dynamic, we retrieve the template and analyze the detailcontent: Text-part to extract the variables, and then send them. An improvement would be to directly retrieve the variables.
What I would like is to be able to retrieve the variables used inside a template email, for instance when using the java mailjet client, I would like a new enum called Variables and do somethind like that:public class TemplateDetailcontent {
…public static Resource resource = new Resource("template", "detailcontent", ApiVersion.V3, ApiAuthenticationType.Basic); public static String TEXTPART =
2 votes -
récupérer expéditeur exact via API
Avec l'API, le path 'https://api.mailjet.com/v3/REST/message' permet de récupérer des informations sur les messages envoyés.
Nous pouvons récupérer notamment, l'attribut "SenderID" qui donne l'identifiant d'un expéditeur validé. Nous avons validé le nom de domaine @mondomaine.com (par exemple) donc on sait que SenderID correspondant à @domaine.com cependant j'aimerai savoir qui est l'expéditeur exact (toto@domaine.com, titi@domaine.com, ...).
L'information doit bien être stockée quelque part puisque quand on fait un export CSV à partir de Mailjet cette information est bien disponible.ENGLISH
With the API, the path 'https://api.mailjet.com/v3/REST/message' allows us to retrieve information about the messages sent.…2 votes -
Sent email summary report
Is it possible to have an email sent to us with a summary of the previous days sent emails, we use the service to send order emails and if one gets soft bounced or other errors we are not aware of it. It would be good if we can have an email summary sent to us each day so we can look out for issues, so it says x% were soft bounced, x% blocked etc...
2 votes -
MJML sending via API
In addition to the "TextPart" and "HTMLPart" parameters of the "Send" API endpoint, add another "MJMLPart" parameter. Mailjet should automatically generate the HTML from the MJML and send the email.
Currently, an intermediary trip to the MJML API (https://mjml.io/api) is required (which is still in beta, so that it might be unsuitable for use in production) in conjunction with the Mailjet API or a custom Node.js service for parsing the MJML before sending it to Mailjet's API has to be set up.
It would be good if this integration were natively built to the Mailjet API so that…
2 votes
- Don't see your idea?