Open Connector
所有 Tools

listmonk

Connect to a listmonk instance to manage subscribers, lists, campaigns, templates, media, bounces, settings, and transactional messages.

listmonkv1.0.072 个 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: "LISTMONK_BLOCKLIST_SUBSCRIBERS_QUERY",  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("LISTMONK_BLOCKLIST_SUBSCRIBERS_QUERY", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute LISTMONK_BLOCKLIST_SUBSCRIBERS_QUERY --data '{ }'

Tool 目录

可用 Tools

72 个可调用操作

BlocklistSubscribersQueryLISTMONK_BLOCKLIST_SUBSCRIBERS_QUERYbulk blocklists subscribers based on an arbitrary SQL expression.

bulk blocklists subscribers based on an arbitrary SQL expression.

认证

需要 Connected Account

Tags

Subscribers
CreateCampaignLISTMONK_CREATE_CAMPAIGNhandles campaign creation

handles campaign creation

认证

需要 Connected Account

Tags

Campaigns
CreateCampaignContentByIdLISTMONK_CREATE_CAMPAIGN_CONTENT_BY_IDhandles campaign content (body) format conversions.

handles campaign content (body) format conversions.

认证

需要 Connected Account

Tags

Campaigns
CreateListLISTMONK_CREATE_LISThandles list creation

handles list creation

认证

需要 Connected Account

Tags

Lists
CreateSubscriberLISTMONK_CREATE_SUBSCRIBERhandles creation of new subscriber

handles creation of new subscriber

认证

需要 Connected Account

Tags

Subscribers
CreateTemplateLISTMONK_CREATE_TEMPLATEhandles template creation

handles template creation

认证

需要 Connected Account

Tags

Templates
DeleteBounceByIdLISTMONK_DELETE_BOUNCE_BY_IDhandles bounce deletion, either a single one (ID in the URI), or a list.

handles bounce deletion, either a single one (ID in the URI), or a list.

认证

需要 Connected Account

Tags

Bounces
DeleteBouncesLISTMONK_DELETE_BOUNCEShandles deletion of bounce records.

handles deletion of bounce records.

认证

需要 Connected Account

Tags

Bounces
DeleteCampaignAnalyticsByTypeLISTMONK_DELETE_CAMPAIGN_ANALYTICS_BY_TYPEgarbage collects (deletes) campaign analytics.

garbage collects (deletes) campaign analytics.

认证

需要 Connected Account

Tags

Maintenance
DeleteCampaignByIdLISTMONK_DELETE_CAMPAIGN_BY_IDdeletes specified campaign

deletes specified campaign

认证

需要 Connected Account

Tags

Campaigns
DeleteGCSubscribersLISTMONK_DELETE_GCSUBSCRIBERSgarbage collects (deletes) orphaned or blocklisted subscribers.

garbage collects (deletes) orphaned or blocklisted subscribers.

认证

需要 Connected Account

Tags

Maintenance
DeleteListByIdLISTMONK_DELETE_LIST_BY_IDhandles list deletion, either a single one (ID in the URI), or a list.

handles list deletion, either a single one (ID in the URI), or a list.

认证

需要 Connected Account

Tags

Lists
DeleteMediaByIdLISTMONK_DELETE_MEDIA_BY_IDhandles deletion of uploaded media.

handles deletion of uploaded media.

认证

需要 Connected Account

Tags

Media
DeleteSubscriberBouncesByIdLISTMONK_DELETE_SUBSCRIBER_BOUNCES_BY_IDdeletes a subscriber's bounce records

deletes a subscriber's bounce records

认证

需要 Connected Account

Tags

Subscribers
DeleteSubscriberByIdLISTMONK_DELETE_SUBSCRIBER_BY_IDhandles subscriber deletion based on id

handles subscriber deletion based on id

认证

需要 Connected Account

Tags

Subscribers
DeleteSubscriberByListLISTMONK_DELETE_SUBSCRIBER_BY_LISThandles subscribers deletion

handles subscribers deletion

认证

需要 Connected Account

Tags

Subscribers
DeleteSubscriberByQueryLISTMONK_DELETE_SUBSCRIBER_BY_QUERYbulk deletes based on an arbitrary SQL expression.

bulk deletes based on an arbitrary SQL expression.

认证

需要 Connected Account

Tags

Subscribers
DeleteTemplateByIdLISTMONK_DELETE_TEMPLATE_BY_IDhandles deletion of templates

handles deletion of templates

认证

需要 Connected Account

Tags

Templates
DeleteUnconfirmedSubscriptionsLISTMONK_DELETE_UNCONFIRMED_SUBSCRIPTIONSgarbage collects (deletes) orphaned or blocklisted subscribers.

garbage collects (deletes) orphaned or blocklisted subscribers.

认证

需要 Connected Account

Tags

Maintenance
ExportSubscriberDataByIDLISTMONK_EXPORT_SUBSCRIBER_DATA_BY_IDretrieves a subscriber's profile

retrieves a subscriber's profile

认证

需要 Connected Account

Tags

Subscribers
GetBounceByIdLISTMONK_GET_BOUNCE_BY_IDhandles retrieval of bounce record by id

handles retrieval of bounce record by id

认证

需要 Connected Account

Tags

Bounces
GetBouncesLISTMONK_GET_BOUNCEShandles retrieval of bounce records.

handles retrieval of bounce records.

认证

需要 Connected Account

Tags

Bounces
GetCampaignAnalyticsLISTMONK_GET_CAMPAIGN_ANALYTICSretrieves view counts for a campaign.

retrieves view counts for a campaign.

认证

需要 Connected Account

Tags

Campaigns
GetCampaignByIdLISTMONK_GET_CAMPAIGN_BY_IDhandles retrieval of campaigns.

handles retrieval of campaigns.

认证

需要 Connected Account

Tags

Campaigns
GetCampaignsLISTMONK_GET_CAMPAIGNShandles retrieval of campaigns

handles retrieval of campaigns

认证

需要 Connected Account

Tags

Campaigns
GetDashboardChartsLISTMONK_GET_DASHBOARD_CHARTSreturns chart data points to render on the dashboard.

returns chart data points to render on the dashboard.

认证

需要 Connected Account

Tags

Miscellaneous
GetDashboardCountsLISTMONK_GET_DASHBOARD_COUNTSreturns stats counts to show on the dashboard

returns stats counts to show on the dashboard

认证

需要 Connected Account

Tags

Miscellaneous
GetHealthCheckLISTMONK_GET_HEALTH_CHECKhealthcheck endpoint

healthcheck endpoint

认证

需要 Connected Account

Tags

Miscellaneous
GetI18nLangLISTMONK_GET_I18N_LANGreturns the JSON language pack given the language code

returns the JSON language pack given the language code

认证

需要 Connected Account

Tags

Miscellaneous
GetImportSubscriberLogsLISTMONK_GET_IMPORT_SUBSCRIBER_LOGSreturns import logs from an ongoing import

returns import logs from an ongoing import

认证

需要 Connected Account

Tags

Import
GetImportSubscribersLISTMONK_GET_IMPORT_SUBSCRIBERSreturns import status.

returns import status.

认证

需要 Connected Account

Tags

Import
GetListByIdLISTMONK_GET_LIST_BY_IDretrieves lists with additional metadata like subscriber counts. This may be slow.

retrieves lists with additional metadata like subscriber counts. This may be slow.

认证

需要 Connected Account

Tags

Lists
GetListsLISTMONK_GET_LISTSretrieves lists with additional metadata like subscriber counts. This may be slow.

retrieves lists with additional metadata like subscriber counts. This may be slow.

认证

需要 Connected Account

Tags

Lists
GetLogsLISTMONK_GET_LOGSreturns the log entries stored in the log buffer

returns the log entries stored in the log buffer

认证

需要 Connected Account

Tags

Logs
GetMediaLISTMONK_GET_MEDIAhandles retrieval of uploaded media.

handles retrieval of uploaded media.

认证

需要 Connected Account

Tags

Media
GetMediaByIdLISTMONK_GET_MEDIA_BY_IDhandles retrieval of uploaded media.

handles retrieval of uploaded media.

认证

需要 Connected Account

Tags

Media
GetPublicListsLISTMONK_GET_PUBLIC_LISTSreturns the list of public lists with minimal fields

returns the list of public lists with minimal fields

认证

需要 Connected Account

Tags

Public
GetRunningCampaignStatsLISTMONK_GET_RUNNING_CAMPAIGN_STATSreturns stats of a given set of campaign IDs.

returns stats of a given set of campaign IDs.

认证

需要 Connected Account

Tags

Campaigns
GetServerConfigLISTMONK_GET_SERVER_CONFIGreturns general server config.

returns general server config.

认证

需要 Connected Account

Tags

Miscellaneous
GetSettingsLISTMONK_GET_SETTINGSreturns settings from DB

returns settings from DB

认证

需要 Connected Account

Tags

Settings
GetSubscriberBouncesByIdLISTMONK_GET_SUBSCRIBER_BOUNCES_BY_IDretrieves a subscriber's bounce records

retrieves a subscriber's bounce records

认证

需要 Connected Account

Tags

Subscribers
GetSubscriberByIdLISTMONK_GET_SUBSCRIBER_BY_IDhandles the retrieval of a single subscriber by ID.

handles the retrieval of a single subscriber by ID.

认证

需要 Connected Account

Tags

Subscribers
GetSubscribersLISTMONK_GET_SUBSCRIBERSreturns all subscribers.

returns all subscribers.

认证

需要 Connected Account

Tags

Subscribers
GetTemplateByIdLISTMONK_GET_TEMPLATE_BY_IDhandles retrieval of templates

handles retrieval of templates

认证

需要 Connected Account

Tags

Templates
GetTemplatesLISTMONK_GET_TEMPLATEShandles retrieval of templates

handles retrieval of templates

认证

需要 Connected Account

Tags

Templates
HandlePublicSubscriptionLISTMONK_HANDLE_PUBLIC_SUBSCRIPTIONhandles subscription requests coming from public API calls.

handles subscription requests coming from public API calls.

认证

需要 Connected Account

Tags

Public
ImportSubscribersLISTMONK_IMPORT_SUBSCRIBERShandles the uploading and bulk importing of a ZIP file of one or more CSV files.

handles the uploading and bulk importing of a ZIP file of one or more CSV files.

认证

需要 Connected Account

Tags

Import
ManageBlocklistBySubscriberListLISTMONK_MANAGE_BLOCKLIST_BY_SUBSCRIBER_LISThandles blocklisting of subscriber list

handles blocklisting of subscriber list

认证

需要 Connected Account

Tags

Subscribers
ManageBlocklistSubscribersByIdLISTMONK_MANAGE_BLOCKLIST_SUBSCRIBERS_BY_IDhandles the blocklisting of one or more subscribers.

handles the blocklisting of one or more subscribers.

认证

需要 Connected Account

Tags

Subscribers
ManageSubscriberListByIdLISTMONK_MANAGE_SUBSCRIBER_LIST_BY_IDhandles bulk addition or removal of subscribers for a specified list id

handles bulk addition or removal of subscribers for a specified list id

认证

需要 Connected Account

Tags

Subscribers
ManageSubscriberListsLISTMONK_MANAGE_SUBSCRIBER_LISTShandles bulk addition or removal of subscribers

handles bulk addition or removal of subscribers

认证

需要 Connected Account

Tags

Subscribers
ManageSubscriberListsByQueryLISTMONK_MANAGE_SUBSCRIBER_LISTS_BY_QUERYbulk adds/removes/unsubscribes subscribers from one or more lists based on an arbitrary SQL expression.

bulk adds/removes/unsubscribes subscribers from one or more lists based on an arbitrary SQL expression.

认证

需要 Connected Account

Tags

Subscribers
PreviewCampaignByIdLISTMONK_PREVIEW_CAMPAIGN_BY_IDrenders the HTML preview of a campaign body

renders the HTML preview of a campaign body

认证

需要 Connected Account

Tags

Campaigns
PreviewCampaignTextByIdLISTMONK_PREVIEW_CAMPAIGN_TEXT_BY_IDrenders the HTML preview of a campaign body

renders the HTML preview of a campaign body

认证

需要 Connected Account

Tags

Campaigns
PreviewTemplateLISTMONK_PREVIEW_TEMPLATEget the HTML preview of a template.

get the HTML preview of a template.

认证

需要 Connected Account

Tags

Templates
PreviewTemplateByIdLISTMONK_PREVIEW_TEMPLATE_BY_IDrenders the HTML preview of a template.

renders the HTML preview of a template.

认证

需要 Connected Account

Tags

Templates
ReloadAppLISTMONK_RELOAD_APPrestarts the app

restarts the app

认证

需要 Connected Account

Tags

Admin
SetDefaultTemplateByIdLISTMONK_SET_DEFAULT_TEMPLATE_BY_IDhandles template modification.

handles template modification.

认证

需要 Connected Account

Tags

Templates
StopImportSubscribersLISTMONK_STOP_IMPORT_SUBSCRIBERSsends a stop signal to the importer.

sends a stop signal to the importer.

认证

需要 Connected Account

Tags

Import
SubscriberSendOptinByIdLISTMONK_SUBSCRIBER_SEND_OPTIN_BY_IDsends an optin confirmation e-mail to a subscriber.

sends an optin confirmation e-mail to a subscriber.

认证

需要 Connected Account

Tags

Subscribers
TestCampaignByIdLISTMONK_TEST_CAMPAIGN_BY_IDhandles sending of campaign message to arbitrary subscribers for testing

handles sending of campaign message to arbitrary subscribers for testing

认证

需要 Connected Account

Tags

Campaigns
TestSMTPSettingsLISTMONK_TEST_SMTPSETTINGStest smtp settings

test smtp settings

认证

需要 Connected Account

Tags

Settings
TransactWithSubscriberLISTMONK_TRANSACT_WITH_SUBSCRIBERsend message to a subscriber

send message to a subscriber

认证

需要 Connected Account

Tags

Transactional
UpdateCampaignArchiveByIdLISTMONK_UPDATE_CAMPAIGN_ARCHIVE_BY_IDhandles campaign status modification

handles campaign status modification

认证

需要 Connected Account

Tags

Campaigns
UpdateCampaignByIdLISTMONK_UPDATE_CAMPAIGN_BY_IDhandle updation of campaign

handle updation of campaign

认证

需要 Connected Account

Tags

Campaigns
UpdateCampaignStatusByIdLISTMONK_UPDATE_CAMPAIGN_STATUS_BY_IDhandles campaign status modification

handles campaign status modification

认证

需要 Connected Account

Tags

Campaigns
UpdateListByIdLISTMONK_UPDATE_LIST_BY_IDhandles list modification

handles list modification

认证

需要 Connected Account

Tags

Lists
UpdatePreviewCampaignByIdLISTMONK_UPDATE_PREVIEW_CAMPAIGN_BY_IDrenders the HTML preview of a campaign body

renders the HTML preview of a campaign body

认证

需要 Connected Account

Tags

Campaigns
UpdateSettingsLISTMONK_UPDATE_SETTINGSreturns updated settings from the DB.

returns updated settings from the DB.

认证

需要 Connected Account

Tags

Settings
UpdateSubscriberByIdLISTMONK_UPDATE_SUBSCRIBER_BY_IDmodify subscriber data

modify subscriber data

认证

需要 Connected Account

Tags

Subscribers
UpdateTemplateByIdLISTMONK_UPDATE_TEMPLATE_BY_IDhandles template modification

handles template modification

认证

需要 Connected Account

Tags

Templates
UploadMediaLISTMONK_UPLOAD_MEDIAhandles media file uploads.

handles media file uploads.

认证

需要 Connected Account

Tags

Media

Provider 资源