Mailjet
Use Mailjet to send email, manage contacts and lists, inspect templates, senders, messages, and email statistics.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| Basic Auth | basic | available | — |
调用示例
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 AccountTags
Create a contact listMAILJET_CREATE_CONTACT_LISTCreate a Mailjet contact list.需要连接
Create a Mailjet contact list.
认证
需要 Connected AccountTags
Get a contactMAILJET_GET_CONTACTRetrieve a Mailjet contact by ID.需要连接
Retrieve a Mailjet contact by ID.
认证
需要 Connected AccountTags
Get a contact listMAILJET_GET_CONTACT_LISTRetrieve a Mailjet contact list by ID.需要连接
Retrieve a Mailjet contact list by ID.
认证
需要 Connected AccountTags
Get a messageMAILJET_GET_MESSAGERetrieve a Mailjet message by ID.需要连接
Retrieve a Mailjet message by ID.
认证
需要 Connected AccountTags
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 AccountTags
Get a senderMAILJET_GET_SENDERRetrieve a Mailjet sender by ID.需要连接
Retrieve a Mailjet sender by ID.
认证
需要 Connected AccountTags
Get statistics countersMAILJET_GET_STAT_COUNTERSRetrieve Mailjet statistical campaign/message counters.需要连接
Retrieve Mailjet statistical campaign/message counters.
认证
需要 Connected AccountTags
Get a templateMAILJET_GET_TEMPLATERetrieve a Mailjet template by ID.需要连接
Retrieve a Mailjet template by ID.
认证
需要 Connected AccountTags
List contact listsMAILJET_LIST_CONTACT_LISTSList Mailjet contact lists.需要连接
List Mailjet contact lists.
认证
需要 Connected AccountTags
List contactsMAILJET_LIST_CONTACTSList Mailjet contacts.需要连接
List Mailjet contacts.
认证
需要 Connected AccountTags
List messagesMAILJET_LIST_MESSAGESList Mailjet message records.需要连接
List Mailjet message records.
认证
需要 Connected AccountTags
List sendersMAILJET_LIST_SENDERSList Mailjet sender addresses and domains.需要连接
List Mailjet sender addresses and domains.
认证
需要 Connected AccountTags
List templatesMAILJET_LIST_TEMPLATESList Mailjet templates.需要连接
List Mailjet templates.
认证
需要 Connected AccountTags
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 AccountTags
Send an emailMAILJET_SEND_EMAILSend transactional email with Mailjet Send API v3.1.需要连接
Send transactional email with Mailjet Send API v3.1.
认证
需要 Connected AccountTags
Update a contactMAILJET_UPDATE_CONTACTUpdate a Mailjet contact.需要连接
Update a Mailjet contact.
认证
需要 Connected AccountTags