Skip to content

Feature requests

Feature requests

Categories

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

57 results found

  1. 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 ?

    (https://documentation.mailjet.com/hc/fr/articles/1260803104410-V%C3%A9rification-des-emails-en-masse-) ?

    Hello, do you have plans to allow email address verification via API, like what you allow to do via the web interface?

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. It could be cool to be notified when our address ip is denied with the information of the reason and time of the denial.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. The API currently responds for certain errors with a generic code, such as "400". Making it difficult to identify the errors programmatically without also reviewing the specific error details.

    We request to have unique error codes for specific issues in order to help make the code itself more clear. For example, instead of various errors just being a "400" code, they may use a different 4xx error that is not already in use. Making it easier to identify specific errors with just the error code itself.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Es sollte möglich sein, aus Outlook oder einem anderen lokalen Mailclient (oder auch von mobilen Geräten aus) ein einzelnes Mail zu versenden, das eine bzw. wahlweise in Mailjet selbst erstellte Vorlagen verwendet bzw. abrufen kann.

    Die idee dahinter ist es, auf diese Weise zentral CI-konforme Mailsignaturen für IMAP-Konti erstellen und verwalten zu können.

    Da Mailjet als Relay-Server genutzt werden kann, fliesst eh jedes Mail über diesen Kanal und so bietet sich diese Möglichkeit förmlich auch für IMAP-Mail-Server an. Die Lösung entspräche einem Konkurrenzprodukt zum Mailsignaturen-Service von z.B. "CodeTwo" für Office365 oder Exchange, einfach für IMAP-Konti. Diesen Service habe ich noch…

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Hi, when using the test button on webhook, it's better if you set a dummy email on the sent data, it's easier on the other side to check if the data extraction is correct. Right now the email field is empty.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. DKIM Key Size Specification: The ability to specify the key size (1024, 2048, or 4096 bits) for the DKIM value of a sender domain via the API https://dev.mailjet.com/email/guides/senders-and-domains/#spf-and-dkim-validation

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. To be able to send an email using a template there must exist an HTML version of the template.
    When a template is created via API the HTML version must be provided in the API call (https://api.mailjet.com/v3/REST/template/{template_ID}/detailcontent).

    If an MJML template is provided to the API end-point, the API doesn't support creating the needed HTML version of the template that must exist for the template to possible to use.

    The only way to get an uploaded MJML template to work is to manually re-publish the API-created template via the web interface. This causes the email editor to automatically…

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. It is a nightmare to be forced to reset api secret key every time we want to view it. It prompts us to stock the key on a excel sheet to be able to add it on new services ( since we cannot have multiple keys on a sub account for the moment). Why dont you allow to see the secret key after a double authentification for instance ? This would be totally safe and we wouldn't have ti reset it every time and change all ours services.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Bonjour,
    Lorsque un mail est envoyé avec une clé API de notre compte sans être validée, pouvoir avoir le header du mail en question pour pouvoir debuguer d'ou provient cet email.
    Merci

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 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

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. I would like the ability to set preview text via API

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Hallo, könnten sie bitte bei den Wehooks ein Feld
    from: Absender der Email
    hinzufügen.
    Bisher gibt es nur den Empfänger:
    email: email address of recipient triggering the event
    und
    mjcontactid: internal Mailjet contact ID
    Dies ist aber nicht der wirkliche Absender, da es auch *@domain.de sein kann.
    Der tatsächliche Absernder ist sehr wichtig um Mail entsprechend zu bearbeiten.
    Danke.

    Hello, could you please add to the wehooks a field
    from: Sender of the email
    to be added.
    So far there is only the recipient:
    email: email address of recipient triggering the event
    and
    mjcontactid: internal Mailjet…

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Sería bueno poder contar con la posibilidad de hacer reportes de estadísticas para un determinado Subject de mail.
    Es decir, un reporte de métricas eligiendo solo los despachos a un determinado Subject. Me refiero a los despachos realizados a través de la appi

    It would be nice to be able to have the possibility to report statistics for a specific email Subject.
    That is to say, a report of metrics choosing only the dispatches to a certain Subject. I am referring to the dispatches made through the app.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. When I try to send a email through: https://api.mailjet.com/v3.1/send I get back a messageID, but when I get a webhook callback on a send or open event the messageID is not matching. It seems to be being rounded to the 100's place. This is a problem because I can't use messageID that is supposed to be unique is not consistent.

    I would even settle for updating the Get email message of MessageUUID. Since that is consistent between the send api and the webhook call.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. The Mailjet API could really use the ability to time the sending of emails. We still use Sendgrid for everything that needs to be scheduled to a specific time, but would prefer to move everything over to Mailjet.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Email API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?