Open Connector
All tools

Mailjet

Use Mailjet to send email, manage contacts and lists, inspect templates, senders, messages, and email statistics.

mailjetv1.0.017 tools

Authentication

MethodKindStatusDetails
Basic Authbasicavailable

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.

Create a Mailjet contact.

Authentication

Connected account required

Tags

createcontact
Create a contact listMAILJET_CREATE_CONTACT_LISTCreate a Mailjet contact list.

Create a Mailjet contact list.

Authentication

Connected account required

Tags

createcontactlist
Get a contactMAILJET_GET_CONTACTRetrieve a Mailjet contact by ID.

Retrieve a Mailjet contact by ID.

Authentication

Connected account required

Tags

getcontact
Get a contact listMAILJET_GET_CONTACT_LISTRetrieve a Mailjet contact list by ID.

Retrieve a Mailjet contact list by ID.

Authentication

Connected account required

Tags

getcontactlist
Get a messageMAILJET_GET_MESSAGERetrieve a Mailjet message by ID.

Retrieve a Mailjet message by ID.

Authentication

Connected account required

Tags

getmessage
Get Mailjet account profileMAILJET_GET_MY_PROFILERetrieve profile information for the authenticated Mailjet API key.

Retrieve profile information for the authenticated Mailjet API key.

Authentication

Connected account required

Tags

getmyprofile
Get a senderMAILJET_GET_SENDERRetrieve a Mailjet sender by ID.

Retrieve a Mailjet sender by ID.

Authentication

Connected account required

Tags

getsender
Get statistics countersMAILJET_GET_STAT_COUNTERSRetrieve Mailjet statistical campaign/message counters.

Retrieve Mailjet statistical campaign/message counters.

Authentication

Connected account required

Tags

getstatcounters
Get a templateMAILJET_GET_TEMPLATERetrieve a Mailjet template by ID.

Retrieve a Mailjet template by ID.

Authentication

Connected account required

Tags

gettemplate
List contact listsMAILJET_LIST_CONTACT_LISTSList Mailjet contact lists.

List Mailjet contact lists.

Authentication

Connected account required

Tags

listcontactlists
List contactsMAILJET_LIST_CONTACTSList Mailjet contacts.

List Mailjet contacts.

Authentication

Connected account required

Tags

listcontacts
List messagesMAILJET_LIST_MESSAGESList Mailjet message records.

List Mailjet message records.

Authentication

Connected account required

Tags

listmessages
List sendersMAILJET_LIST_SENDERSList Mailjet sender addresses and domains.

List Mailjet sender addresses and domains.

Authentication

Connected account required

Tags

listsenders
List templatesMAILJET_LIST_TEMPLATESList Mailjet templates.

List Mailjet templates.

Authentication

Connected account required

Tags

listtemplates
Manage contact list subscriptionsMAILJET_MANAGE_CONTACT_LISTSSubscribe or unsubscribe a contact from one or more Mailjet contact lists.

Subscribe or unsubscribe a contact from one or more Mailjet contact lists.

Authentication

Connected account required

Tags

managecontactlists
Send an emailMAILJET_SEND_EMAILSend transactional email with Mailjet Send API v3.1.

Send transactional email with Mailjet Send API v3.1.

Authentication

Connected account required

Tags

sendemail
Update a contactMAILJET_UPDATE_CONTACTUpdate a Mailjet contact.

Update a Mailjet contact.

Authentication

Connected account required

Tags

updatecontact

Provider resources