Mailjet
Use Mailjet to send email, manage contacts and lists, inspect templates, senders, messages, and email statistics.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| Basic Auth | basic | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "MAILJET_CREATE_CONTACT", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("MAILJET_CREATE_CONTACT", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute MAILJET_CREATE_CONTACT --data '{ }'Tool catalog
Available tools
17 callable operations
Create a contactMAILJET_CREATE_CONTACTCreate a Mailjet contact.Connection
Create a Mailjet contact.
Authentication
Connected account requiredTags
Create a contact listMAILJET_CREATE_CONTACT_LISTCreate a Mailjet contact list.Connection
Create a Mailjet contact list.
Authentication
Connected account requiredTags
Get a contactMAILJET_GET_CONTACTRetrieve a Mailjet contact by ID.Connection
Retrieve a Mailjet contact by ID.
Authentication
Connected account requiredTags
Get a contact listMAILJET_GET_CONTACT_LISTRetrieve a Mailjet contact list by ID.Connection
Retrieve a Mailjet contact list by ID.
Authentication
Connected account requiredTags
Get a messageMAILJET_GET_MESSAGERetrieve a Mailjet message by ID.Connection
Retrieve a Mailjet message by ID.
Authentication
Connected account requiredTags
Get Mailjet account profileMAILJET_GET_MY_PROFILERetrieve profile information for the authenticated Mailjet API key.Connection
Retrieve profile information for the authenticated Mailjet API key.
Authentication
Connected account requiredTags
Get a senderMAILJET_GET_SENDERRetrieve a Mailjet sender by ID.Connection
Retrieve a Mailjet sender by ID.
Authentication
Connected account requiredTags
Get statistics countersMAILJET_GET_STAT_COUNTERSRetrieve Mailjet statistical campaign/message counters.Connection
Retrieve Mailjet statistical campaign/message counters.
Authentication
Connected account requiredTags
Get a templateMAILJET_GET_TEMPLATERetrieve a Mailjet template by ID.Connection
Retrieve a Mailjet template by ID.
Authentication
Connected account requiredTags
List contact listsMAILJET_LIST_CONTACT_LISTSList Mailjet contact lists.Connection
List Mailjet contact lists.
Authentication
Connected account requiredTags
List contactsMAILJET_LIST_CONTACTSList Mailjet contacts.Connection
List Mailjet contacts.
Authentication
Connected account requiredTags
List messagesMAILJET_LIST_MESSAGESList Mailjet message records.Connection
List Mailjet message records.
Authentication
Connected account requiredTags
List sendersMAILJET_LIST_SENDERSList Mailjet sender addresses and domains.Connection
List Mailjet sender addresses and domains.
Authentication
Connected account requiredTags
List templatesMAILJET_LIST_TEMPLATESList Mailjet templates.Connection
List Mailjet templates.
Authentication
Connected account requiredTags
Manage contact list subscriptionsMAILJET_MANAGE_CONTACT_LISTSSubscribe or unsubscribe a contact from one or more Mailjet contact lists.Connection
Subscribe or unsubscribe a contact from one or more Mailjet contact lists.
Authentication
Connected account requiredTags
Send an emailMAILJET_SEND_EMAILSend transactional email with Mailjet Send API v3.1.Connection
Send transactional email with Mailjet Send API v3.1.
Authentication
Connected account requiredTags
Update a contactMAILJET_UPDATE_CONTACTUpdate a Mailjet contact.Connection
Update a Mailjet contact.
Authentication
Connected account requiredTags