Enginemailer

Enginemailer is an email marketing platform that enables businesses to manage contacts, design campaigns, and send personalized emails.

38 actions Integration catalog
Request access
Connect Enginemailer once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Activate SubscriberENGINEMAILER_ACTIVATE_SUBSCRIBER
Tool to activate an inactive subscriber in EngineMailer. Use when you need to reactivate a subscriber that was previously deactivated either through the API or manually.
Add or Update SubscriberENGINEMAILER_ADD_UPDATE_SUBSCRIBER
Tool to add or update a subscriber with custom fields via N8N integration. Use when you need to create a new subscriber or update an existing one in the EngineMailer system.
Check Batch Update StatusENGINEMAILER_BATCH_UPDATE_STATUS
Tool to check the status of a batch subscriber update operation. Use when you need to verify if a batch update job has completed or is still processing.
Batch Update SubscribersENGINEMAILER_BATCH_UPDATE_SUBSCRIBERS
Tool to add or update multiple subscribers with custom fields in a single batch operation. Use when you need to create or update multiple subscribers efficiently. Subscribers that fail validation are removed from processing automatically.
Check Export Status V2ENGINEMAILER_CHECK_EXPORT_STATUS_V2
Tool to check status of a previously requested CSV report export. Use after initiating an export to poll for completion. Large exports may take significant time; poll repeatedly until status indicates readiness before consuming the export data.
Test API ConnectionENGINEMAILER_CONNECT
Tool to test API connection and verify authentication. Use when you need to validate API credentials or check connectivity.
Create CampaignENGINEMAILER_CREATE_CAMPAIGN
Tool to create a new email campaign. Use when you need to configure and schedule a campaign before sending. Set trackOpens and trackClicks at creation; these flags cannot retroactively affect already-delivered messages.
Delete CampaignENGINEMAILER_DELETE_CAMPAIGN
Tool to delete an undelivered email campaign. Use when you need to remove a campaign that has not been sent yet.
Delete Recipient ListENGINEMAILER_DELETE_RECIPIENT_LIST
Tool to delete an existing recipient list from a targeted campaign. Use when you need to remove a specific recipient list from a campaign.
Delete SubscriberENGINEMAILER_DELETE_SUBSCRIBER
Tool to remove a subscriber from the system by email address. Use when you need to permanently delete a subscriber's record.
Export CSV Report V2ENGINEMAILER_EXPORT_CSV_REPORT_V2
Tool to export a transactional email report as CSV. Initiates an async export within a specific date range (max past 60 days); check readiness via ENGINEMAILER_CHECK_EXPORT_STATUS_V2 before using the export.
Find SubscriberENGINEMAILER_FIND_SUBSCRIBER
Tool to find a subscriber by email address via N8N integration. Use when you need to search for and retrieve subscriber information from the EngineMailer system.
Get Custom Field ListENGINEMAILER_GET_GETCUSTOMFIELD
Tool to retrieve the list of custom fields configured for subscribers. Use when you need to discover available custom fields for subscriber management.
Get List CampaignENGINEMAILER_GET_LISTCAMPAIGN
Tool to get a list of undelivered campaigns. Use when you need to fetch campaigns awaiting delivery.
Get New SubscribersENGINEMAILER_GET_NEW_SUBSCRIBERS
Tool to retrieve new subscribers with optional filtering by source, form, page, or popup. Use when you need to fetch recently added subscribers for synchronization or reporting workflows.
Get SubcategoriesENGINEMAILER_GET_SUBCATEGORY
Tool to retrieve subcategories for a given category. Use when you need to list or choose subcategories after selecting a category.
Get SubscriberENGINEMAILER_GET_SUBSCRIBER
Tool to retrieve subscriber information by email address. Use when you need to fetch details about a specific subscriber including their custom fields.
Get Subscriber Autoresponder CompletedENGINEMAILER_GET_SUBSCRIBER_AUTORESPONDER_COMPLETED
Tool to retrieve subscribers who completed autoresponders with optional filtering by autoresponder ID. Use when you need to fetch completion events for autoresponders, optionally filtered by specific autoresponder or polling for new events since a timestamp.
Get Subscriber Autoresponder TriggeredENGINEMAILER_GET_SUBSCRIBER_AUTORESPONDER_TRIGGERED
Tool to retrieve subscribers who triggered autoresponders with optional filtering by autoresponder ID. Use when you need to fetch trigger events for autoresponders, optionally filtered by specific autoresponder or polling for new events since a timestamp.
Get Deleted SubscribersENGINEMAILER_GET_SUBSCRIBERS_DELETED
Tool to retrieve deleted subscribers since last polling date. Use when you need to track or sync subscribers who have been removed from the system.
Get Subscribers ModifiedENGINEMAILER_GET_SUBSCRIBERS_MODIFIED
Tool to retrieve modified subscribers since last polling date with optional limit. Use when you need to fetch recently modified subscribers for synchronization or polling workflows.
Get Subscribers TaggedENGINEMAILER_GET_SUBSCRIBERS_TAGGED
Tool to retrieve subscribers who were tagged with optional filtering by subcategory. Use when you need to fetch tagged subscribers for synchronization or reporting workflows.
Get Untagged SubscribersENGINEMAILER_GET_SUBSCRIBERS_UNTAGGED
Tool to retrieve subscribers who were untagged from subcategories. Use when you need to track or sync subscribers who have had tags removed, with optional filtering by subcategory and polling date.
Get Unsubscribe EventsENGINEMAILER_GET_UNSUBSCRIBE
Tool to retrieve unsubscribe events with optional filtering by campaign or autoresponder. Use when you need to fetch unsubscribe data for reporting, synchronization, or compliance workflows.
Insert SubscriberENGINEMAILER_INSERT_SUBSCRIBER
Tool to add a new subscriber with optional custom fields. Use when registering a user to a specific mailing list after verifying their email.
List AutorespondersENGINEMAILER_LIST_AUTORESPONDERS
Tool to retrieve a list of all autoresponders. Use when you need to fetch available autoresponders configured in the system.
List CampaignsENGINEMAILER_LIST_CAMPAIGNS
Tool to retrieve a list of all campaigns. Use when you need to fetch all campaigns from the system.
List FormsENGINEMAILER_LIST_FORMS
Tool to retrieve a list of available forms in Enginemailer. Use when you need to discover forms for n8n integration or workflow configuration.
List PagesENGINEMAILER_LIST_PAGES
Tool to retrieve a list of all pages. Use when you need to fetch available pages.
List PopupsENGINEMAILER_LIST_POPUPS
Tool to retrieve a list of popups from Enginemailer. Use when you need to fetch available popups for n8n workflows.
List TemplatesENGINEMAILER_LIST_TEMPLATES
Tool to retrieve a list of all email templates. Use when you need to fetch available email templates for campaigns.
Pause CampaignENGINEMAILER_PAUSE_CAMPAIGN
Tool to pause a scheduled email campaign. Use when you need to halt a campaign before sending to apply updates or adjust schedule.
Create/Update CategoryENGINEMAILER_POST_UPDATECATEGORY
Tool to create or update a category for subscriber segmentation. Use when organizing subscribers by common interests for targeted email marketing.
Update SubscriberENGINEMAILER_POST_UPDATE_SUBSCRIBER
Tool to update data for an existing subscriber in EngineMailer. Use when you need to modify subscriber information such as custom fields or subcategory assignments.
Send CampaignENGINEMAILER_SEND_CAMPAIGN
Tool to send an email campaign immediately. Use when the campaign exists, has at least one recipient, and is not scheduled or already delivered. E.g., 'Send campaign 123 now'.
Tag Subscriber to SubcategoryENGINEMAILER_TAG_TO_SUBCATEGORY
Tool to tag a subscriber to a specific subcategory via N8N API endpoint. Use when you need to categorize or organize subscribers by assigning them to a subcategory.
Unsubscribe (N8N)ENGINEMAILER_UNSUBSCRIBE
Tool to unsubscribe a subscriber via N8N API endpoint. Use when you need to remove a subscriber from the mailing list using the N8N integration endpoint.
Unsubscribe SubscriberENGINEMAILER_UNSUBSCRIBE_SUBSCRIBER
Tool to unsubscribe a subscriber from the email list. Use when a user requests to be removed from the mailing list or to comply with unsubscribe requests.