This n8n workflow automates the creation of masked email addresses via the Fastmail API, triggered by a webhook. It streamlines the process of generating disposable or secure email addresses for privacy, testing, or spam management. The workflow starts with a webhook trigger that receives input parameters such as ‘state’ and ‘description’. It then retrieves session information from Fastmail to authenticate API requests, followed by creating a new masked email with user-defined details. Once the email is created, the workflow formats the response to include the new masked email and description, which is sent back to the webhook caller. This setup is useful for automating email alias management in customer support, testing environments, or privacy-focused applications.
Automated Masked Email Creation with Fastmail API
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | httpRequest, respondToWebhook, set, stickyNote, webhook |
Reviews
There are no reviews yet.