Open a Notion customer page when a Stripe subscription starts
Turns a new Stripe subscription into a Notion customer page at the Onboarding stage with plan and MRR as typed properties, then announces it in Slack.
The Stripe trigger fires on customer.subscription.created, which carries only a customer id, so a Stripe node reads the full customer record. A Set node joins the two payloads into one flat record — name, email, plan nickname and MRR converted from Stripe's minor units — and stamps the start date. A Filter requires an email and a non-zero amount, keeping trials and test-mode noise off the board. The Notion node creates the customer page at the Onboarding stage with Plan, MRR, Started and Stage as real typed properties, so the database can be grouped and summed rather than merely read, and Slack is notified afterwards so the announcement links to a page that already exists. Failures on any external call route to an error rail that logs the missed customer to a sheet.
Key benefits
- ✓A paying customer has a CRM record within seconds, not whenever finance exports a report
- ✓Plan and MRR land as typed Notion properties, so the board can be grouped and summed
- ✓Trials and test-mode customers are filtered out, which keeps the board trustworthy
- ✓Slack is notified only after the page exists, so the link always resolves
- ✓Stripe access is read-only — this workflow cannot charge or change anything
Use cases
- →SaaS teams running customer onboarding out of Notion
- →Founders who want to see new subscriptions in Slack with the plan attached
- →Agencies tracking client retainers started through Stripe
- →Anyone whose onboarding starts days after the payment did
Integrations
Workflow preview (8 nodes)
The template's actual node layout and connections. Node parameters and credential slots unlock with the download.
What's inside (8 nodes)
A look at the node types this workflow uses. No purchase required — full parameters and credentials are yours after you buy.
From download to running in 3 steps
- 1Import. In n8n, open Workflows → menu → “Import from File” and pick the downloaded JSON.
- 2Connect. Add your own credentials on the app nodes - n8n highlights exactly which ones need them.
- 3Activate. Run it once to test, then toggle Active. The automation is live.
What you'll learn
Core levelA compact production shape: validation and error handling without extra machinery.
- •Moving data between Notion, Slack and Google Sheets in a single run
- •Adding retries and an explicit error path to external calls
- •Testing against pinned sample data before connecting anything real
Every node carries its own documentation on the canvas, plus notes explaining why the architecture was built this way, a credential setup guide, troubleshooting, and three practice exercises. Sample data comes pinned to the trigger, so you can hit Execute and watch data flow before connecting a single account.
Common questions
What exactly do I get?
The complete, ready-to-import n8n workflow as a JSON file, delivered instantly after payment. Import it into your own n8n (cloud or self-hosted), add your credentials, and it runs.
How do I import it into n8n?
In n8n, open Workflows, click the three-dot menu, choose “Import from File”, and select the downloaded JSON. Then connect your own app credentials on the highlighted nodes.
Do I need anything else for it to work?
You need your own n8n instance and accounts/credentials for the apps this workflow connects to (Stripe, Notion, Slack, Google Sheets). No coding is required.
What if it doesn't work for me?
If the file is faulty, won't import, or isn't as described, contact us within 7 days and we'll fix it or refund you - see our refund policy.
Can I modify or resell it?
You can freely adapt and use it in your own or your clients' projects. Reselling or redistributing the template file itself is not permitted.
Related templates
Remind open deals for contact sync
Contact sync on n8n: runs on a schedule across Notion, Google Sheets, Slack and Telegram, starting at "Stamp & Shape Contact". Pauses on a Wait node until it is time to continue. 24 documented nodes.
Enrich contact records for contact sync
Contact sync on n8n: runs on a schedule across Slack, Google Sheets, Notion and HubSpot, starting at "Fetch Changes Since Watermark". 23 documented nodes.
Clean company profiles with Notion and Slack
Contact sync on n8n: runs on a schedule across Notion, Slack, Google Sheets, HubSpot and MySQL, starting at "Fetch Changes Since Watermark". 32 documented nodes.
Qualify inbound leads: HubSpot for contact sync, form
Contact sync on n8n: runs when a form is submitted across HubSpot, Slack, Google Sheets, Notion and Discord, starting at "Keep Valid Contacts". 31 documented nodes.