This workflow corresponds to n8n.io template #8588 — we link there as the canonical source.
This workflow follows the Emailsend → HTTP Request recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"nodes": [
{
"name": "Stripe Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
200,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Get Stripe Session",
"type": "n8n-nodes-base.httpRequest",
"position": [
420,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Check Product",
"type": "n8n-nodes-base.if",
"position": [
650,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Send Email - Product A",
"type": "n8n-nodes-base.emailSend",
"position": [
900,
150
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Send Email - Product B",
"type": "n8n-nodes-base.emailSend",
"position": [
900,
450
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Log to Notion",
"type": "n8n-nodes-base.notion",
"position": [
1150,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Telegram Notify",
"type": "n8n-nodes-base.telegram",
"position": [
1400,
300
],
"parameters": {},
"typeVersion": 1
}
],
"connections": {
"Check Product": {
"main": [
[
{
"node": "Send Email - Product A",
"type": "main",
"index": 0
}
],
[
{
"node": "Send Email - Product B",
"type": "main",
"index": 0
}
]
]
},
"Log to Notion": {
"main": [
[
{
"node": "Telegram Notify",
"type": "main",
"index": 0
}
]
]
},
"Stripe Webhook": {
"main": [
[
{
"node": "Get Stripe Session",
"type": "main",
"index": 0
}
]
]
},
"Get Stripe Session": {
"main": [
[
{
"node": "Check Product",
"type": "main",
"index": 0
}
]
]
},
"Send Email - Product A": {
"main": [
[
{
"node": "Log to Notion",
"type": "main",
"index": 0
}
]
]
},
"Send Email - Product B": {
"main": [
[
{
"node": "Log to Notion",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Overview
Source: https://n8n.io/workflows/8588/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This workflow is an AI-assisted clean plate and object removal pipeline built for modern VFX production environments. It transforms a single plate image and removal brief into multiple high-quality cl
This workflow contains community nodes that are only compatible with the self-hosted version of n8n.
My workflow 4. Uses httpRequest, emailSend, telegram. Webhook trigger; 6 nodes.
This n8n workflow collects client feedback through a form (Tally, Typeform, or Google Forms) and uses AI to analyze it. It automatically generates a summary of the positive points, highlights areas fo
This workflow automates end-to-end research analysis by coordinating multiple AI models—including NVIDIA NIM (Llama), OpenAI GPT-4, and Claude to analyze uploaded documents, extract insights, and gene