Create Masked Email via Webhook
detail.loadingPreview
Generates a masked email address using the Fastmail API, triggered by a webhook.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow template allows you to create a masked email address using the Fastmail API, triggered by a webhook. It's useful for generating disposable email addresses for privacy or testing purposes. The workflow accepts state and description in the webhook payload to customize the masked email.
Key Features
- Trigger masked email creation via a POST webhook request.
- Dynamically set the state and description of the masked email.
- Utilizes Fastmail's JMAP API for masked email creation.
- Responds to the webhook with the newly created masked email address and description.
How To Use
- Configure Fastmail Credentials: Set up your Fastmail API credentials with HTTP Header Authentication.
- Deploy Webhook: Deploy this workflow to have a unique webhook URL.
- Send POST Request: Send a POST request to the webhook URL with a JSON body containing
stateanddescription(both optional). For example:
{ "state": "active", "description": "My new masked email" }
The workflow will respond with the created masked email details.
Apps Used
Workflow JSON
{
"id": "97e4e5d2-e93f-4f08-ad88-7b34d07a7fbf",
"name": "Create Masked Email via Webhook",
"nodes": 0,
"category": "Automation",
"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: 97e4e5d2-e93f...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Icypeas Domain Scan (Bulk Search)
Scan domains in bulk using Icypeas to gather valuable intelligence.
Inventory Slack Alert Workflow
Triggers an alert based on inventory changes, processes data using RAG, and logs results.
Automated Customer Auto-tagging with Webhooks and RAG
This workflow automatically tags customers by processing incoming webhook data through a RAG (Retrieval-Augmented Generation) system. It leverages Text Splitter, Embeddings, Pinecone, and an OpenAI Chat Model to dynamically categorize and log customer information.
Workflow Results to Obsidian Vault via Google Drive
Automatically create and update Obsidian notes from n8n workflow results saved in Google Drive.
Automated Incident Resolution and Notification
Automate the resolution of PagerDuty incidents and update Jira tickets, then notify relevant teams via Mattermost.
Contact Agent Workflow
Automates contact management by interacting with an AI agent and Airtable.