This n8n workflow automates the process of creating a masked email address using the Fastmail API, triggered by an incoming webhook. Designed for privacy-conscious users or testing scenarios, the workflow streamlines the creation of disposable or masked email addresses.
The process begins with a webhook trigger that accepts POST requests containing optional ‘state’ and ‘description’ parameters. Once triggered, the workflow makes an HTTP request to Fastmail’s session API to authenticate and retrieve necessary session data. Using this session info, it sends a proper API call to Fastmail’s JMAP API to create a new masked email address, using the provided description and default or custom state.
After successful email creation, relevant details such as the new masked email address and its description are extracted. The workflow then responds to the original webhook call with this information, making it easy to integrate into other systems or workflows.
This setup is ideal for automating the generation of temporary or masked emails, enhancing user privacy, or managing disposable email addresses for testing and marketing campaigns.
Reviews
There are no reviews yet.