> ## Documentation Index
> Fetch the complete documentation index at: https://auth0-cq3uo.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Mailjet

## Configure your Vault connection

To configure a Vault connection for your Mailjet actions, you will need an **API key** and a **Secret key**:

<Frame>![Dashboard > Actions > Forms > Flows > actions > MailJet](https://images.ctfassets.net/cdy7uua7fh8z/1ydxHXrM2idHnUOAjWAW4R/55cdb295e87894dd9f89bed8784e3a5d/mailjet-vault-connection.png)</Frame>

They can be found at [Mailjet dashboard's](https://app.mailjet.com/account/api_keys) Account page under the API keys.

## Send email

Send an email using Mailjet as the email provider.

<Frame>![](https://images.ctfassets.net/cdy7uua7fh8z/5z1CqSZTrLs1oMdHKvHOiM/7e1fa3b5d7ea5a5b2ec51dd58fa1d2ed/mailjet.png)</Frame>

### Input settings

<table class="table">
  <thead>
    <tr>
      <th><b>Parameter</b></th>
      <th><b>Description</b></th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>Sender name</td>
      <td>The sender's name</td>
    </tr>

    <tr>
      <td>Sender email (required)</td>
      <td>The sender's email</td>
    </tr>

    <tr>
      <td>Recipient name</td>
      <td>The recipient's name</td>
    </tr>

    <tr>
      <td>Recipient email (required)</td>
      <td>The recipient's email</td>
    </tr>

    <tr>
      <td>CC name</td>
      <td>The CC name</td>
    </tr>

    <tr>
      <td>CC email</td>
      <td>The CC email</td>
    </tr>

    <tr>
      <td>Subject</td>
      <td>The email subject</td>
    </tr>

    <tr>
      <td>Email type</td>
      <td>Send email with HTML content or using a saved template (optional)</td>
    </tr>

    <tr>
      <td>Message (required)</td>
      <td>Email message in HTML format or a template (optional).</td>
    </tr>

    <tr>
      <td>Template ID (optional)</td>
      <td>If using a template, its ID can be found at <a href="https://app.mailjet.com/template"> Mailjet's dashboard </a>. </td>
    </tr>

    <tr>
      <td>Custom variables (optional)</td>
      <td>Add custom variables to be inserted in your template. </td>
    </tr>

    <tr>
      <td>Track email activity</td>
      <td>Check box to track email activity.</td>
    </tr>
  </tbody>
</table>

### Output settings

You can find the expected response and status codes at [Mailjet's documentation](https://dev.mailjet.com/email/reference/send-emails/).
