Block 1 - On clicking 'execute'
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Who we are We are Aprende n8n , the first n8n Spanish course for all n8n lovers. If you want to learn more, you can find out more at Aprende n8n. Task goal This task allow...
n8n-nodes-base.manualtrigger, n8n-nodes-base.functionitem, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Miquel Colomer.
Original n8n.io sourceWe are Aprende n8n, the first n8n Spanish course for all n8n lovers. If you want to learn more, you can find out more at Aprende n8n.
This task allows extracting data from any email body with a NoCode snippet.
You receive an email when a user submits a form from your website.
All those emails usually have the same structure as the next one:
Name: Miquel
Email: [email protected]
Subject: Welcome aboard
Message: Hi Miquel!
Thank you for your signup!
This task allows to parse any email body and assign all values to the defined labels, getting an output like this:
{
"Name": "Miquel",
"Email": "[email protected]",
"Subject": "Welcome aboard",
"Message" "Hi Miquel! Thank you for your signup!"
}
When you import the import, you get the next task in your n8n:
We recommend importing this workflow into your current task and adapting it. You define a couple of variables in the "Set values" SET:
We define the next values:
Body
Name: Miquel
Email: [email protected]
Subject: Welcome aboard
Message: Hi Miquel!
Thank you for your signup!
Labels
Name,Email,Subject,Message
A screenshot of the Set output is the next one
If we check the "Function item" Node, we get the next content after executing the task:
The task has the next features:
This task has limitations:
If you have any doubt about this snippet, please, contact us at [email protected].
You can contact us at Aprende n8n or in the Spanish n8n community
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Parse email body message |
|---|---|
| Complexity | beginner |
| Nodes | 3 |
| Categories | Ticket Management |
| Author | Miquel Colomer |
| Published | 16 Feb 2022 |
Use the JSON export at /data/workflows/1453/1453.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Who we are We are Aprende n8n , the first n8n Spanish course for all n8n lovers. If you want to learn more, you can find out more at Aprende n8n. Task goal This task allow...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Ticket Management use case.