Automatisierung der digitalen Produktlieferung und Verkaufsnachverfolgung mit Stripe, E-Mail, Notion und Telegram
Dies ist ein CRM-Bereich Automatisierungsworkflow mit 7 Nodes. Hauptsächlich werden If, Notion, Webhook, Telegram, EmailSend und andere Nodes verwendet. Automatisierung des digitalen Produktvertriebs und der Lieferungsverfolgung mit Stripe, E-Mail, Notion und Telegram
- •Notion API Key
- •HTTP Webhook-Endpunkt (wird von n8n automatisch generiert)
- •Telegram Bot Token
- •Möglicherweise sind Ziel-API-Anmeldedaten erforderlich
Kategorie
{
"nodes": [
{
"name": "Stripe Webhook-Trigger",
"type": "n8n-nodes-base.webhook",
"position": [
200,
300
],
"parameters": {},
"typeVersion": 1,
"id": "Stripe-Webhook-Trigger-0"
},
{
"name": "Get Stripe Session",
"type": "n8n-nodes-base.httpRequest",
"position": [
420,
300
],
"parameters": {},
"typeVersion": 1,
"id": "Get-Stripe-Session-1"
},
{
"name": "Check Product",
"type": "n8n-nodes-base.if",
"position": [
650,
300
],
"parameters": {},
"typeVersion": 1,
"id": "Check-Product-2"
},
{
"name": "Send E-Mail - Product A",
"type": "n8n-nodes-base.emailSend",
"position": [
900,
150
],
"parameters": {},
"typeVersion": 1,
"id": "Send-E-Mail---Product-A-3"
},
{
"name": "Send E-Mail - Product B",
"type": "n8n-nodes-base.emailSend",
"position": [
900,
450
],
"parameters": {},
"typeVersion": 1,
"id": "Send-E-Mail---Product-B-4"
},
{
"name": "Log to Notion",
"type": "n8n-nodes-base.notion",
"position": [
1150,
300
],
"parameters": {},
"typeVersion": 1,
"id": "Log-to-Notion-5"
},
{
"name": "Telegram Notify",
"type": "n8n-nodes-base.telegram",
"position": [
1400,
300
],
"parameters": {},
"typeVersion": 1,
"id": "Telegram-Notify-6"
}
],
"pinData": {},
"connections": {
"Check-Product-2": {
"main": [
[
{
"node": "Send Email - Product A",
"type": "main",
"index": 0
}
],
[
{
"node": "Send Email - Product B",
"type": "main",
"index": 0
}
]
]
},
"Log-to-Notion-5": {
"main": [
[
{
"node": "Telegram-Notify-6",
"type": "main",
"index": 0
}
]
]
},
"Stripe Webhook": {
"main": [
[
{
"node": "Get-Stripe-Session-1",
"type": "main",
"index": 0
}
]
]
},
"Get-Stripe-Session-1": {
"main": [
[
{
"node": "Check-Product-2",
"type": "main",
"index": 0
}
]
]
},
"Send Email - Product A": {
"main": [
[
{
"node": "Log-to-Notion-5",
"type": "main",
"index": 0
}
]
]
},
"Send Email - Product B": {
"main": [
[
{
"node": "Log-to-Notion-5",
"type": "main",
"index": 0
}
]
]
}
}
}Wie verwende ich diesen Workflow?
Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.
Für welche Szenarien ist dieser Workflow geeignet?
Fortgeschritten - Kundenbeziehungsmanagement
Ist es kostenpflichtig?
Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.
Verwandte Workflows
Shelly-Ann Davy
@SheCodesFlowFounder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”
Diesen Workflow teilen