30 results found
-
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.
3 votes -
Test the render of email with templating language
Add to the return of the sandbox email sending API the email that would have been sent to test the working of the templating language conditions.
if it's too complicated, can you open your internal API https://app.mailjet.com/passport/ipa/render to test the templating language
1 vote -
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 -
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)3 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.…1 vote -
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...
1 vote -
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 -
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?
3 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 -
pipeline
I would like Mailjet to be able to talk to our CRM software, Pipeline. Our contact list is dynamic and changes on a daily basis. If I could somehow mass flag people in pipeline based on their status in Mailjet (high risk, low risk, hard bounce, soft bounce, etc) that would be extremely helpful so that I can exclude these contacts when uploading a new list.
1 vote -
Add a "status" property on /template api call do specify if a template is publish or draft.
At the moment, it's not possible to know if a template is published or not when retrieved from API. As a consequence, if we try to call the /template/{id}/detailcontent on draft template, the API response is a 404.
To solve this issue, is important to know the status of a template or to filter templates on /template API for status, to exclude draft templates.1 vote -
Set Preview Text via API
I would like the ability to set preview text via API
1 vote -
why i can't get webhook?
when i invoker your api send email, when i receive email i should get a webhook ,but i can't get anything,why? my webhook is ok and test is receive .
1 vote -
Properly handle headers encoding when the target MTA lacks SMTPUTF8 and the client app uses UTF8 when sending to mailjet
When enabling UTF8 support between the client app and mailjet SMTP API, the client library generally encodes SMTP headers like the Subject using UTF8 rather than quoted-printable + US-ASCII. So when using any UTF8-ready SMTP client library (in our case the SmtpClient from .NET 6), a Subject like "Caractères accentués" will be sent to mailjet as "Subject: Caractères accentués" when UTF8 is enabled (SmtpDeliveryFormat.International in .NET), and "Subject: =?UTF-8?Q?=Caract=C3=A8res_accentu=C3=A9s?=" when it is not (SmtpDeliveryFormat.SevenBit in .NET).
This is correct behavior from the client library, but there is an issue with mailjet when the recipient MTA does not support SMTPUTF8 itself:…
1 vote -
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 sent1 vote -
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 -
Rust SDK
Pourriez-vous proposer un SDK pour Rust s'il vous plaît afin d'apporter un support complet aux devs de cette technologie
merci
Could you please propose an SDK for Rust in order to bring a complete support to the devs of this technology
1 vote -
Pouvoir modifier le lien de tracking depuis l'API - Be able to modify the tracking link from the API
Il serait bien de pouvoir modifier le lien de tracking personnalisé depuis l'API afin de pouvoir procéder à un paramétrage complet de la plateforme depuis un accès via cette API
It would be nice to be able to modify the custom tracking link from the API in order to be able to proceed to a complete parameterization of the platform from an access via this API
1 vote -
"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 !
2 votes
- Don't see your idea?