Open Connector
All tools

listmonk

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

listmonkv1.0.072 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: "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 catalog

Available tools

72 callable operations

BlocklistSubscribersQueryLISTMONK_BLOCKLIST_SUBSCRIBERS_QUERYbulk blocklists subscribers based on an arbitrary SQL expression.

bulk blocklists subscribers based on an arbitrary SQL expression.

Authentication

Connected account required

Tags

Subscribers
CreateCampaignLISTMONK_CREATE_CAMPAIGNhandles campaign creation

handles campaign creation

Authentication

Connected account required

Tags

Campaigns
CreateCampaignContentByIdLISTMONK_CREATE_CAMPAIGN_CONTENT_BY_IDhandles campaign content (body) format conversions.

handles campaign content (body) format conversions.

Authentication

Connected account required

Tags

Campaigns
CreateListLISTMONK_CREATE_LISThandles list creation

handles list creation

Authentication

Connected account required

Tags

Lists
CreateSubscriberLISTMONK_CREATE_SUBSCRIBERhandles creation of new subscriber

handles creation of new subscriber

Authentication

Connected account required

Tags

Subscribers
CreateTemplateLISTMONK_CREATE_TEMPLATEhandles template creation

handles template creation

Authentication

Connected account required

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.

Authentication

Connected account required

Tags

Bounces
DeleteBouncesLISTMONK_DELETE_BOUNCEShandles deletion of bounce records.

handles deletion of bounce records.

Authentication

Connected account required

Tags

Bounces
DeleteCampaignAnalyticsByTypeLISTMONK_DELETE_CAMPAIGN_ANALYTICS_BY_TYPEgarbage collects (deletes) campaign analytics.

garbage collects (deletes) campaign analytics.

Authentication

Connected account required

Tags

Maintenance
DeleteCampaignByIdLISTMONK_DELETE_CAMPAIGN_BY_IDdeletes specified campaign

deletes specified campaign

Authentication

Connected account required

Tags

Campaigns
DeleteGCSubscribersLISTMONK_DELETE_GCSUBSCRIBERSgarbage collects (deletes) orphaned or blocklisted subscribers.

garbage collects (deletes) orphaned or blocklisted subscribers.

Authentication

Connected account required

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.

Authentication

Connected account required

Tags

Lists
DeleteMediaByIdLISTMONK_DELETE_MEDIA_BY_IDhandles deletion of uploaded media.

handles deletion of uploaded media.

Authentication

Connected account required

Tags

Media
DeleteSubscriberBouncesByIdLISTMONK_DELETE_SUBSCRIBER_BOUNCES_BY_IDdeletes a subscriber's bounce records

deletes a subscriber's bounce records

Authentication

Connected account required

Tags

Subscribers
DeleteSubscriberByIdLISTMONK_DELETE_SUBSCRIBER_BY_IDhandles subscriber deletion based on id

handles subscriber deletion based on id

Authentication

Connected account required

Tags

Subscribers
DeleteSubscriberByListLISTMONK_DELETE_SUBSCRIBER_BY_LISThandles subscribers deletion

handles subscribers deletion

Authentication

Connected account required

Tags

Subscribers
DeleteSubscriberByQueryLISTMONK_DELETE_SUBSCRIBER_BY_QUERYbulk deletes based on an arbitrary SQL expression.

bulk deletes based on an arbitrary SQL expression.

Authentication

Connected account required

Tags

Subscribers
DeleteTemplateByIdLISTMONK_DELETE_TEMPLATE_BY_IDhandles deletion of templates

handles deletion of templates

Authentication

Connected account required

Tags

Templates
DeleteUnconfirmedSubscriptionsLISTMONK_DELETE_UNCONFIRMED_SUBSCRIPTIONSgarbage collects (deletes) orphaned or blocklisted subscribers.

garbage collects (deletes) orphaned or blocklisted subscribers.

Authentication

Connected account required

Tags

Maintenance
ExportSubscriberDataByIDLISTMONK_EXPORT_SUBSCRIBER_DATA_BY_IDretrieves a subscriber's profile

retrieves a subscriber's profile

Authentication

Connected account required

Tags

Subscribers
GetBounceByIdLISTMONK_GET_BOUNCE_BY_IDhandles retrieval of bounce record by id

handles retrieval of bounce record by id

Authentication

Connected account required

Tags

Bounces
GetBouncesLISTMONK_GET_BOUNCEShandles retrieval of bounce records.

handles retrieval of bounce records.

Authentication

Connected account required

Tags

Bounces
GetCampaignAnalyticsLISTMONK_GET_CAMPAIGN_ANALYTICSretrieves view counts for a campaign.

retrieves view counts for a campaign.

Authentication

Connected account required

Tags

Campaigns
GetCampaignByIdLISTMONK_GET_CAMPAIGN_BY_IDhandles retrieval of campaigns.

handles retrieval of campaigns.

Authentication

Connected account required

Tags

Campaigns
GetCampaignsLISTMONK_GET_CAMPAIGNShandles retrieval of campaigns

handles retrieval of campaigns

Authentication

Connected account required

Tags

Campaigns
GetDashboardChartsLISTMONK_GET_DASHBOARD_CHARTSreturns chart data points to render on the dashboard.

returns chart data points to render on the dashboard.

Authentication

Connected account required

Tags

Miscellaneous
GetDashboardCountsLISTMONK_GET_DASHBOARD_COUNTSreturns stats counts to show on the dashboard

returns stats counts to show on the dashboard

Authentication

Connected account required

Tags

Miscellaneous
GetHealthCheckLISTMONK_GET_HEALTH_CHECKhealthcheck endpoint

healthcheck endpoint

Authentication

Connected account required

Tags

Miscellaneous
GetI18nLangLISTMONK_GET_I18N_LANGreturns the JSON language pack given the language code

returns the JSON language pack given the language code

Authentication

Connected account required

Tags

Miscellaneous
GetImportSubscriberLogsLISTMONK_GET_IMPORT_SUBSCRIBER_LOGSreturns import logs from an ongoing import

returns import logs from an ongoing import

Authentication

Connected account required

Tags

Import
GetImportSubscribersLISTMONK_GET_IMPORT_SUBSCRIBERSreturns import status.

returns import status.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

Tags

Lists
GetLogsLISTMONK_GET_LOGSreturns the log entries stored in the log buffer

returns the log entries stored in the log buffer

Authentication

Connected account required

Tags

Logs
GetMediaLISTMONK_GET_MEDIAhandles retrieval of uploaded media.

handles retrieval of uploaded media.

Authentication

Connected account required

Tags

Media
GetMediaByIdLISTMONK_GET_MEDIA_BY_IDhandles retrieval of uploaded media.

handles retrieval of uploaded media.

Authentication

Connected account required

Tags

Media
GetPublicListsLISTMONK_GET_PUBLIC_LISTSreturns the list of public lists with minimal fields

returns the list of public lists with minimal fields

Authentication

Connected account required

Tags

Public
GetRunningCampaignStatsLISTMONK_GET_RUNNING_CAMPAIGN_STATSreturns stats of a given set of campaign IDs.

returns stats of a given set of campaign IDs.

Authentication

Connected account required

Tags

Campaigns
GetServerConfigLISTMONK_GET_SERVER_CONFIGreturns general server config.

returns general server config.

Authentication

Connected account required

Tags

Miscellaneous
GetSettingsLISTMONK_GET_SETTINGSreturns settings from DB

returns settings from DB

Authentication

Connected account required

Tags

Settings
GetSubscriberBouncesByIdLISTMONK_GET_SUBSCRIBER_BOUNCES_BY_IDretrieves a subscriber's bounce records

retrieves a subscriber's bounce records

Authentication

Connected account required

Tags

Subscribers
GetSubscriberByIdLISTMONK_GET_SUBSCRIBER_BY_IDhandles the retrieval of a single subscriber by ID.

handles the retrieval of a single subscriber by ID.

Authentication

Connected account required

Tags

Subscribers
GetSubscribersLISTMONK_GET_SUBSCRIBERSreturns all subscribers.

returns all subscribers.

Authentication

Connected account required

Tags

Subscribers
GetTemplateByIdLISTMONK_GET_TEMPLATE_BY_IDhandles retrieval of templates

handles retrieval of templates

Authentication

Connected account required

Tags

Templates
GetTemplatesLISTMONK_GET_TEMPLATEShandles retrieval of templates

handles retrieval of templates

Authentication

Connected account required

Tags

Templates
HandlePublicSubscriptionLISTMONK_HANDLE_PUBLIC_SUBSCRIPTIONhandles subscription requests coming from public API calls.

handles subscription requests coming from public API calls.

Authentication

Connected account required

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.

Authentication

Connected account required

Tags

Import
ManageBlocklistBySubscriberListLISTMONK_MANAGE_BLOCKLIST_BY_SUBSCRIBER_LISThandles blocklisting of subscriber list

handles blocklisting of subscriber list

Authentication

Connected account required

Tags

Subscribers
ManageBlocklistSubscribersByIdLISTMONK_MANAGE_BLOCKLIST_SUBSCRIBERS_BY_IDhandles the blocklisting of one or more subscribers.

handles the blocklisting of one or more subscribers.

Authentication

Connected account required

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

Authentication

Connected account required

Tags

Subscribers
ManageSubscriberListsLISTMONK_MANAGE_SUBSCRIBER_LISTShandles bulk addition or removal of subscribers

handles bulk addition or removal of subscribers

Authentication

Connected account required

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.

Authentication

Connected account required

Tags

Subscribers
PreviewCampaignByIdLISTMONK_PREVIEW_CAMPAIGN_BY_IDrenders the HTML preview of a campaign body

renders the HTML preview of a campaign body

Authentication

Connected account required

Tags

Campaigns
PreviewCampaignTextByIdLISTMONK_PREVIEW_CAMPAIGN_TEXT_BY_IDrenders the HTML preview of a campaign body

renders the HTML preview of a campaign body

Authentication

Connected account required

Tags

Campaigns
PreviewTemplateLISTMONK_PREVIEW_TEMPLATEget the HTML preview of a template.

get the HTML preview of a template.

Authentication

Connected account required

Tags

Templates
PreviewTemplateByIdLISTMONK_PREVIEW_TEMPLATE_BY_IDrenders the HTML preview of a template.

renders the HTML preview of a template.

Authentication

Connected account required

Tags

Templates
ReloadAppLISTMONK_RELOAD_APPrestarts the app

restarts the app

Authentication

Connected account required

Tags

Admin
SetDefaultTemplateByIdLISTMONK_SET_DEFAULT_TEMPLATE_BY_IDhandles template modification.

handles template modification.

Authentication

Connected account required

Tags

Templates
StopImportSubscribersLISTMONK_STOP_IMPORT_SUBSCRIBERSsends a stop signal to the importer.

sends a stop signal to the importer.

Authentication

Connected account required

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.

Authentication

Connected account required

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

Authentication

Connected account required

Tags

Campaigns
TestSMTPSettingsLISTMONK_TEST_SMTPSETTINGStest smtp settings

test smtp settings

Authentication

Connected account required

Tags

Settings
TransactWithSubscriberLISTMONK_TRANSACT_WITH_SUBSCRIBERsend message to a subscriber

send message to a subscriber

Authentication

Connected account required

Tags

Transactional
UpdateCampaignArchiveByIdLISTMONK_UPDATE_CAMPAIGN_ARCHIVE_BY_IDhandles campaign status modification

handles campaign status modification

Authentication

Connected account required

Tags

Campaigns
UpdateCampaignByIdLISTMONK_UPDATE_CAMPAIGN_BY_IDhandle updation of campaign

handle updation of campaign

Authentication

Connected account required

Tags

Campaigns
UpdateCampaignStatusByIdLISTMONK_UPDATE_CAMPAIGN_STATUS_BY_IDhandles campaign status modification

handles campaign status modification

Authentication

Connected account required

Tags

Campaigns
UpdateListByIdLISTMONK_UPDATE_LIST_BY_IDhandles list modification

handles list modification

Authentication

Connected account required

Tags

Lists
UpdatePreviewCampaignByIdLISTMONK_UPDATE_PREVIEW_CAMPAIGN_BY_IDrenders the HTML preview of a campaign body

renders the HTML preview of a campaign body

Authentication

Connected account required

Tags

Campaigns
UpdateSettingsLISTMONK_UPDATE_SETTINGSreturns updated settings from the DB.

returns updated settings from the DB.

Authentication

Connected account required

Tags

Settings
UpdateSubscriberByIdLISTMONK_UPDATE_SUBSCRIBER_BY_IDmodify subscriber data

modify subscriber data

Authentication

Connected account required

Tags

Subscribers
UpdateTemplateByIdLISTMONK_UPDATE_TEMPLATE_BY_IDhandles template modification

handles template modification

Authentication

Connected account required

Tags

Templates
UploadMediaLISTMONK_UPLOAD_MEDIAhandles media file uploads.

handles media file uploads.

Authentication

Connected account required

Tags

Media

Provider resources