Open Connector
所有 Tools

Mailjet

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

mailjetv1.0.017 个 Tools

认证方式

方式底层类型状态说明
Basic Authbasicavailable

调用示例

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 目录

可用 Tools

17 个可调用操作

Create a contactMAILJET_CREATE_CONTACTCreate a Mailjet contact.

Create a Mailjet contact.

认证

需要 Connected Account

Tags

createcontact
Create a contact listMAILJET_CREATE_CONTACT_LISTCreate a Mailjet contact list.

Create a Mailjet contact list.

认证

需要 Connected Account

Tags

createcontactlist
Get a contactMAILJET_GET_CONTACTRetrieve a Mailjet contact by ID.

Retrieve a Mailjet contact by ID.

认证

需要 Connected Account

Tags

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

Retrieve a Mailjet contact list by ID.

认证

需要 Connected Account

Tags

getcontactlist
Get a messageMAILJET_GET_MESSAGERetrieve a Mailjet message by ID.

Retrieve a Mailjet message by ID.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

getmyprofile
Get a senderMAILJET_GET_SENDERRetrieve a Mailjet sender by ID.

Retrieve a Mailjet sender by ID.

认证

需要 Connected Account

Tags

getsender
Get statistics countersMAILJET_GET_STAT_COUNTERSRetrieve Mailjet statistical campaign/message counters.

Retrieve Mailjet statistical campaign/message counters.

认证

需要 Connected Account

Tags

getstatcounters
Get a templateMAILJET_GET_TEMPLATERetrieve a Mailjet template by ID.

Retrieve a Mailjet template by ID.

认证

需要 Connected Account

Tags

gettemplate
List contact listsMAILJET_LIST_CONTACT_LISTSList Mailjet contact lists.

List Mailjet contact lists.

认证

需要 Connected Account

Tags

listcontactlists
List contactsMAILJET_LIST_CONTACTSList Mailjet contacts.

List Mailjet contacts.

认证

需要 Connected Account

Tags

listcontacts
List messagesMAILJET_LIST_MESSAGESList Mailjet message records.

List Mailjet message records.

认证

需要 Connected Account

Tags

listmessages
List sendersMAILJET_LIST_SENDERSList Mailjet sender addresses and domains.

List Mailjet sender addresses and domains.

认证

需要 Connected Account

Tags

listsenders
List templatesMAILJET_LIST_TEMPLATESList Mailjet templates.

List Mailjet templates.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

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

Send transactional email with Mailjet Send API v3.1.

认证

需要 Connected Account

Tags

sendemail
Update a contactMAILJET_UPDATE_CONTACTUpdate a Mailjet contact.

Update a Mailjet contact.

认证

需要 Connected Account

Tags

updatecontact

Provider 资源