Skip to content
IntermediateProfessionalCRM AutomationWebhook trigger8 nodes

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

StripeNotionSlackGoogle Sheets

Workflow preview (8 nodes)

The template's actual node layout and connections. Node parameters and credential slots unlock with the download.

Subscription CreatedStripe TriggerFetch the Full CustomerStripeShape the Customer Reco…SetReal Paying Customer?FilterCreate the Customer PageNotionTell the TeamSlackCapture Sync FailureSetLog the MissGoogle Sheets

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.

FilterGoogle SheetsNotionSetSlackStripeStripe Trigger

From download to running in 3 steps

  1. 1
    Import. In n8n, open Workflows → menu → “Import from File” and pick the downloaded JSON.
  2. 2
    Connect. Add your own credentials on the app nodes - n8n highlights exactly which ones need them.
  3. 3
    Activate. Run it once to test, then toggle Active. The automation is live.

What you'll learn

Core level

A 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.

Original n8n workflow template created and owned by WorkflowCrate. After purchase you receive the ready-to-import JSON file and a license to use and adapt it in your own projects.