Fastmail Masked Email Management
detail.loadingPreview
Automate the creation, retrieval, and management of Fastmail masked email addresses.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow leverages the Fastmail API to programmatically manage masked email addresses. It can be triggered via a webhook to create, retrieve, enable, disable, or delete masked emails based on incoming data.
Key Features
- Create new masked email addresses.
- Retrieve a list of existing masked email addresses.
- Update the state (enabled/disabled) of masked email addresses.
- Delete masked email addresses.
- Supports JMAP API for masked email operations.
How To Use
- Set up Fastmail Credentials: Obtain and configure your Fastmail API credentials in n8n.
- Configure Environment Variables: Set
API_BASE_URLto your Fastmail API endpoint (e.g.,https://api.fastmail.com/jmap/1/) andWEBHOOK_URLto your desired webhook endpoint. - Connect Nodes: Ensure the
Sessionnode correctly fetches your account ID. - Trigger the Workflow: Send a POST request to the webhook URL with a JSON body containing
state,id, andemailfor masked email operations, or trigger it for fetching existing emails.
Apps Used
Workflow JSON
{
"id": "cc92cc7e-a3ea-4a8e-970c-6202cb9a4a59",
"name": "Fastmail Masked Email Management",
"nodes": 0,
"category": "Email",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: cc92cc7e-a3ea...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Contributed Unverified Email Fetcher
Fetches unread emails from your inbox using JMAP.
IMAP Email Read to Nextcloud Upload
Reads emails from an IMAP server, processes attachments, and uploads them to Nextcloud.
Email to Telegram with HTML Gist
Automatically send new emails as formatted messages to Telegram and store their HTML content in a GitHub Gist.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.