- Retrieve all masked email addresses associated with a Fastmail account.
- Create new masked email addresses with specified states.
- Update the state of existing masked emails to enabled, disabled, or deleted.
- Generate an HTML report of all masked email addresses for easy viewing.
Webhook node listens for incoming requests to manage masked emails. Session node retrieves session information from Fastmail. Switch node routes workflow based on the state of the masked email request. HTTP Request nodes handle various actions like getting, creating, updating, and deleting masked emails. Set node gathers masked email data into an array for processing. HTML node generates a user-friendly table to display masked email addresses. Respond to Webhook node sends back the generated HTML to the client.
- 1Import the workflow into your n8n instance.
- 2Configure the Webhook node with authentication credentials.
- 3Set up the HTTP Header Auth credentials for Fastmail.
- 4Test the workflow by sending a request to the Webhook URL.