Back to Integrations
integrationStripe node
integrationSlack node

Stripe and Slack integration

Save yourself the work of writing custom integrations for Stripe and Slack and use n8n instead. Build adaptable and scalable Finance & Accounting, Sales, Communication, and HITL workflows that work with your technology stack. All within a building experience you will love.

How to connect Stripe and Slack

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

Stripe and Slack integration: Create a new workflow and add the first step

Step 2: Add and configure Stripe and Slack nodes

You can find Stripe and Slack in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure Stripe and Slack nodes one by one: input data on the left, parameters in the middle, and output data on the right.

Stripe and Slack integration: Add and configure Stripe and Slack nodes

Step 3: Connect Stripe and Slack

A connection establishes a link between Stripe and Slack (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

Stripe and Slack integration: Connect Stripe and Slack

Step 4: Customize and extend your Stripe and Slack integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect Stripe and Slack with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

Stripe and Slack integration: Customize and extend your Stripe and Slack integration

Step 5: Test and activate your Stripe and Slack workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from Stripe to Slack or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

Stripe and Slack integration: Test and activate your Stripe and Slack workflow

Update HubSpot when a new invoice is registered in Stripe

This workflow automatically posts a message in Slack when a new invoice is uploaded in Stripe, and it updates the fields in the HubSpot CRM.

Prerequisites

A Slack account and credentials
A HubSpot account and credentials
A Stripe account and credentials

Nodes

Stripe Trigger node triggers the workflow when a new invoice is uploaded.
IF nodes filter the invoices that don't have a PO number and if there is no deal for the PO.
HubSpot nodes retrieve deals with the specific PO number and update the deal status to 'paid'.
Slack nodes post messages about the deals in a Slack channel.

Nodes used in this workflow

Popular Stripe and Slack workflows

+5

Monitor agency profitability with Facebook Ads, Shopify, Stripe, Clockify, Google Sheets, Slack and Gemini

Overview Stop guessing your agency's actual margins. This workflow acts as a centralized financial brain for digital marketing agencies. It aggregates real-time data from your time-tracking, ad platforms, and payment processors to calculate precise profitability metrics (Gross Profit, Net Margin, ROAS, and Efficiency). It doesn't just crunch numbers; it uses Google Gemini to act as a virtual CFO, analyzing the data and sending an executive summary to Slack with actionable insights, while simultaneously archiving the data to Google Sheets for historical trending. Key Features Multi-Source Aggregation: Pulls data from Facebook Ads, Google Ads, Shopify, Stripe, and Clockify. Smart Cost Allocation: Automatically calculates overhead (default 30%) and software costs against your gross revenue. AI Analysis: Uses Google Gemini to review the calculated metrics and draft a "Human-readable" executive summary for Slack. Dual Output: Sends instant alerts to Slack and logs granular data to Google Sheets. How to Setup Configure Credentials Ensure you have authenticated credentials for: Clockify Stripe & Shopify Facebook Marketing API & Google Ads Google Sheets & Google Gemini (PaLM) Slack Prepare Google Sheet Create a new Google Sheet with the following headers in Row 1: timestamp, date, totalRevenue, totalAdSpend, facebookAdSpend, googleAdSpend, totalTimeCost, grossProfit, profitMargin, roas. Adjust Logic Configuration Open the "Code in JavaScript" node. At the very top, you will see a CONFIG object. Edit these values to match your agency's model: const CONFIG = { platformFeeRate: 0.029, // Stripe/Shopify fees monthlySoftwareCosts: 500, // Fixed monthly SaaS costs overheadRate: 0.30, // Overhead % (rent, admin, etc) minProfitMargin: 20 // Target margin % }; Remove Mock Data The template includes "Set" nodes with mock data for testing purposes. Simply bypass these nodes and connect the API nodes directly to the "Merge" node when you are ready to go live.

Kick off client projects after Stripe payment with Google Drive, ClickUp, Gmail, Sheets, and Slack

Create Job Folders, Tasks, Alerts, and Onboarding Emails After Stripe Payment with Google Drive, ClickUp, and Slack Categories: Payments, Project Operations, Client Onboarding This workflow creates a complete payment → project kickoff system for service-based businesses. Once a client pays via Stripe, the system automatically provisions project infrastructure, records the order, notifies the team, and sends clear next steps to the client. Built for operational reliability rather than flash, this workflow proves that strong client experiences come from consistent execution, not manual coordination. Benefits Instant Project Kickoff** – Projects are fully set up the moment payment clears Operational Consistency** – Every client starts with the same clean structure Fail‑Loud Safeguards** – Critical errors stop execution and alert the team Reduced Manual Ops** – No copying data across tools after payment Professional Client Experience** – Immediate confirmation and next steps Fully Customizable** – Folder structures and tasks are examples, not constraints How It Works Payment & Validation Listens for successful Stripe payments Verifies required customer and package data Prevents partial setup if data is missing Client & Order Identification Locates the client in your CRM using email Creates an internal order record as a source of truth Project Infrastructure Provisioning Creates a project folder structure in Google Drive (example configuration) Creates a ClickUp project list with default tasks (example configuration) Communication & Handoff Sends a welcome email with onboarding instructions to the client Notifies the internal team in Slack that work can begin Error Handling Critical failures stop execution and surface alerts Non‑critical failures alert the team but allow progress This staged approach keeps the workflow easy to reason about and safe to operate at scale. Required Setup Configuration Core Configuration Update the Workflow Configuration node: intakeFormUrl – Your onboarding or intake form parentFolderId – Google Drive folder where client projects live Required Integrations Stripe Google Drive Google Sheets (CRM + Orders) ClickUp Gmail Slack Once credentials are connected and configuration values are set, the workflow is ready for testing. Project Structure (Example Configuration) The structures below are examples only. They demonstrate how the workflow provisions infrastructure automatically. You can freely rename, remove, or replace folders and tasks to match any service or industry. Google Drive Example folder structure: YYYY-MM — Client Name — Package ├─ 01-Intake ├─ 02-Logo ├─ 03-Brand Kit ├─ 04-Website └─ 05-Final Delivery ClickUp Example default tasks: Brand Questionnaire Review Logo Concepts Brand Kit Website Build All task names, counts, and priorities are customizable. Business Use Cases Agencies delivering repeatable services Productized service businesses Freelancers managing multiple paid engagements Internal teams onboarding clients or stakeholders If work begins after payment, this workflow fits. Business Impact Faster project start times Fewer setup errors Clear ownership between sales and delivery Improved client confidence after payment Reduced operational overhead as volume scales The payment moment becomes a clean handoff instead of an operational bottleneck. Difficulty & Cost Difficulty Level:** Intermediate Estimated Setup Time:** 30–45 minutes Monthly Operating Cost:** ~$0–$10 (API usage dependent) Installation Steps Connect all required credentials Update the Workflow Configuration node Run a test Stripe payment Verify folders, tasks, email, and Slack alerts Activate the workflow Customization & Extensions This workflow is designed to plug cleanly into a larger end‑to‑end sales → delivery automation system. If you are building multiple automations, this template typically sits in the middle of the lifecycle. How It Fits Into a Larger System Common upstream and downstream integrations include: Lead & Opportunity Pipelines** When combined with lead scraping, enrichment, and qualification workflows, this automation acts as the handoff point where a qualified opportunity becomes a paid project. Proposal & Payment Flows** This workflow is commonly triggered after an automated proposal + Stripe checkout flow, ensuring that once payment clears, production begins immediately with no manual coordination. Client Intake & Brief Generation** The welcome email can link directly into automated intake form workflows that convert responses into structured briefs, creative direction, or production instructions. Production & Delivery Pipelines** Project folders and tasks created here can act as triggers for downstream workflows such as approvals, revision tracking, asset delivery, or website launches. Typical Expansion Path For fast ROI, many teams implement these stages in order: Payment → Project Kickoff (this workflow) Intake Form → Structured Brief Production Pipelines (Design / Website / Delivery) Additional layers such as lead scraping, outbound outreach, and nurture engines can be added before this workflow once delivery operations are stable. If you’re curious, I’ve built other templates that cover the steps before and after this one (lead gen, proposals, intake, production, etc.). You can find those on my profile — they’re designed to work together, but each one stands on its own.
+3

Send Stripe invoice reminders with GPT-4.1-mini, Google Sheets and Slack

Who this workflow is for Accounting and bookkeeping firms needing automated invoice creation and payment reminders. What this workflow does AI generates personalized emails for overdue invoices, logs invoice info in Google Sheets, notifies accountants via Slack, creates PDF invoices, and schedules follow-ups. How the workflow works Invoice creation triggers workflow AI drafts personalized email Routes based on payment status Logs invoice info in Google Sheets Sends Slack notifications to accountant Sends email to client Generates PDF invoice Schedules follow-up events Optional CRM/accounting tool integration Author: Hyrum Hurst, AI Automation Engineer Company: QuarterSmart Contact: [email protected]

Automated Event Management with Typeform, Stripe, Google Tools & Slack Notifications

Event Participant Management and Automated Follow-up System This workflow automates the entire process of managing event participants, from registration and payment to sending reminders and follow-up communications. It's designed for event organizers who want to streamline their operations and ensure a smooth experience for attendees. Who is this for? This template is ideal for event organizers, community managers, and businesses that host workshops, webinars, conferences, or any event requiring participant registration and communication. How it works The workflow is divided into three main parts: Registration and Onboarding: When a new participant registers via a Typeform, their details are immediately added to a Google Sheet. Payment is processed via Stripe. Upon successful payment, a confirmation email is sent to the participant, and the event is added to their Google Calendar. The organizer receives a Slack notification about the new registration. Event Reminders: A daily scheduled trigger checks the Google Sheet for upcoming events. It calculates if an event is within the specified reminder period (e.g., 3 days before). If a reminder is needed, an email is automatically sent to the participant. Post-Event Follow-up: Another daily scheduled trigger checks for past events. It calculates if an event is due for a follow-up (e.g., 2 days after). A thank-you email, including a survey link, is sent to participants. The participant's status in the Google Sheet is updated to mark the follow-up as sent. How to set it up Typeform Registration Form: Replace <PLACEHOLDER_VALUE__Typeform Form ID> with your actual Typeform ID. Workflow Configuration: Fill in the placeholder values for Event Name, Event Date, Event Time, Event Location, Participation Fee Amount, and Slack Channel ID. Google Sheets: Replace <PLACEHOLDER_VALUE__Google Sheets Document ID> and <PLACEHOLDER_VALUE__Sheet Name (e.g., Participants)> with your Google Sheet details. Ensure your sheet has columns for "Name", "Email", "Phone", "Registration Date", "Event Name", "Event Date", "Payment Status", "Follow-up Sent", and "Follow-up Date". You will need to set up Google Sheets OAuth2 API credentials. Stripe (Process Payment): Replace <PLACEHOLDER_VALUE__Customer ID> and <PLACEHOLDER_VALUE__Source ID> with your Stripe customer and source IDs. You will need Stripe API credentials. Gmail (Send Confirmation Email, Send Reminder Email, Send Thank You & Survey): You will need to set up Gmail OAuth2 credentials. Google Calendar (Add to Calendar): You will need to set up Google Calendar OAuth2 API credentials. Slack (Notify Organizer): Replace <PLACEHOLDER_VALUE__Slack Channel ID> (if not already set in Workflow Configuration) and set up Slack OAuth2 API credentials. Survey URL (Send Thank You & Survey): Replace <PLACEHOLDER_VALUE__Survey URL> with the link to your post-event survey. Requirements Typeform account and a registration form. Google Sheet for participant management. Stripe account for payment processing. Gmail account for sending emails. Google Calendar for event scheduling. Slack account for organizer notifications. n8n credentials for Google Sheets, Stripe, Gmail, Google Calendar, and Slack. How to customize the workflow Reminder/Follow-up Timing:** Adjust the reminderDaysBefore and followupDaysAfter values in the "Workflow Configuration" node to change when reminder and follow-up emails are sent. Email Content:** Modify the HTML content in the "Send Confirmation Email", "Send Reminder Email", and "Send Thank You & Survey" nodes to match your branding and messaging. Payment Currency:** Change the currency in the "Process Payment" node if your event uses a different currency. Additional Data:** Extend the Google Sheets nodes to capture more participant information from Typeform if needed. Integration:** Easily integrate with other services by adding more nodes, for example, a CRM to add new participants as leads.

Followup Stripe Checkouts with Gmail Receipts, Internal Slack, and Sheets Logs

This n8n template demonstrates how to automate the followup when your customer completes a checkout in Stripe by emailing a receipt, logging the transaction, and sending an internal notification. See the video. Who it's for This workflow is for small to medium sized organizations using Stripe for payment processing and looking for a simple way to automate communication and logging that needs to happen post-checkout. How it works The workflow is triggered when a Stripe checkout is completed and again when Stripe creates an invoice. Checkout and invoice details are logged to a Google Sheet. A Slack message is sent to a channel where RevOps receive notifications about new sales. Lastly, a personalized email is sent to the customer with a link for downloading their receipt. How to set up Edit the two Stripe trigger nodes to enter your credentials. Create a Google Sheet named Payments with two tabs: transactions and invoices and the columns as shown in this example. Edit the three Google Sheets nodes to enter your credentials. The Gmail node also needs the credentials of the account that you want emails to come from. Lastly, enter credentials into the Slack node for the user that you want to be shown as posting Stripe transaction notifications. The Slack node is configured to send notifications to the revops channel, but you can change that to be whatever channel you want to use. Use your Stripe sandbox to test the workflow. In your sandbox, create a payment link that you can use to create the checkouts that will trigger the workflow. Make sure that your payment link has the option checked to create a post-payment invoice PDF. This will trigger the Invoice Created node. Requirements Stripe Account Google Workspace Account (Sheets, Mail) Slack Account

Generating Tax Summaries from Stripe, Storing in Google Sheets, and Sending Slack Alerts

Description Automatically generate multi-jurisdiction tax summaries from Stripe invoices and sync them into Google Sheets with daily reporting. This workflow ensures compliance-ready tax data, detailed breakdowns by country/state/tax rate, and real-time Slack notifications for both success and error handling. 💳📈📢 What This Template Does Triggers daily at 2:00 AM using a scheduled cron. ⏰ Fetches paid invoices from Stripe (last 30 days). 💳 Validates data integrity before processing. ✅ Summarizes taxes by period, country, state, and rate. 🧮 Formats and logs results in Google Sheets for reporting. 📊 Sends Slack notifications for both success and failure. 📢 Key Benefits Automated tax compliance reporting. 🧾 Accurate multi-jurisdiction tracking. 🌍 Eliminates manual spreadsheet work. ⏱️ Maintains a historical audit trail. 📋 Real-time notifications keep your team informed. 🔔 Built-in error handling ensures reliability. 🛡️ Features Daily cron schedule (0 2 * * *). Stripe invoices fetched with expanded tax amounts. Intelligent grouping by period, country, state, and tax rate. Google Sheets integration with append/update logic. Success Slack message: summary totals, record count, period. Error Slack message: troubleshooting guidance and failure logs. Uses environment variables for secure configuration (GOOGLE_SHEETS_DOCUMENT_ID, SLACK_CHANNEL_ID). Requirements n8n instance (cloud or self-hosted). Stripe API credentials with invoice read access. Google Sheets OAuth2 credentials with write access. Slack API credentials with chat:write permissions. Proper tax configuration in Stripe for accurate reporting. Target Audience Finance teams handling recurring billing and tax filings. 💼 Accountants needing automated jurisdiction tax breakdowns. 📊 SaaS businesses managing global customers. 🌐 Agencies and SMEs streamlining monthly tax reporting. 🏢 Remote teams requiring real-time workflow notifications. 📲 Step-by-Step Setup Instructions Configure Stripe API credentials in n8n. Set up Google Sheets with a “Tax Summary” sheet (columns: period, country, state, tax rate, taxable amount, tax collected, processing date). Configure Slack API credentials and channel ID (e.g., tax-reports). Replace hardcoded values with environment variables for security. Import this workflow JSON into n8n. Run once manually with test invoices to validate. Enable the workflow for daily automated reporting. ✅

Build your own Stripe and Slack integration

Create custom Stripe and Slack workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

Stripe supported actions

Get
Get a balance
Create
Create a charge
Get
Get a charge
Get Many
Get many charges
Update
Update a charge
Create
Create a coupon
Get Many
Get many coupons
Create
Create a customer
Delete
Delete a customer
Get
Get a customer
Get Many
Get many customers
Update
Update a customer
Add
Add a customer card
Get
Get a customer card
Remove
Remove a customer card
Create
Create a meter event
Create
Create a source
Delete
Delete a source
Get
Get a source
Create
Create a token

Slack supported actions

Archive
Archives a conversation
Close
Closes a direct message or multi-person direct message
Create
Initiates a public or private channel-based conversation
Get
Get information about a channel
Get Many
Get many channels in a Slack team
History
Get a conversation's history of messages and events
Invite
Invite a user to a channel
Join
Joins an existing conversation
Kick
Removes a user from a channel
Leave
Leaves a conversation
Member
List members of a conversation
Open
Opens or resumes a direct message or multi-person direct message
Rename
Renames a conversation
Replies
Get a thread of messages posted to a channel
Set Purpose
Sets the purpose for a conversation
Set Topic
Sets the topic for a conversation
Unarchive
Unarchives a conversation
Get
Get Many
Get & filters team files
Upload
Create or upload an existing file
Delete
Get Permalink
Search
Send
Send and Wait for Response
Update
Add
Adds a reaction to a message
Get
Get the reactions of a message
Remove
Remove a reaction of a message
Add
Add a star to an item
Delete
Delete a star from an item
Get Many
Get many stars of autenticated user
Get
Get information about a user
Get Many
Get a list of many users
Get User's Profile
Get a user's profile
Get User's Status
Get online status of a user
Update User's Profile
Update a user's profile
Add Users
Create
Disable
Enable
Get Many
Get Users
Update

FAQs

  • Can Stripe connect with Slack?

  • Can I use Stripe’s API with n8n?

  • Can I use Slack’s API with n8n?

  • Is n8n secure for integrating Stripe and Slack?

  • How to get started with Stripe and Slack integration in n8n.io?

Need help setting up your Stripe and Slack integration?

Discover our latest community's recommendations and join the discussions about Stripe and Slack integration.
Nicolas N
Muhammed Iqbal P B
Nicolas N

Looking to integrate Stripe and Slack in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Stripe with Slack

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon