Sync Stripe Payments to Slack for Real-time Wins
Published
## Overview
Celebrate wins with your team instantly. This simple automation posts a formatted message to Slack whenever a new customer pays.
## How it Works
- **Trigger:** Stripe "payment.succeeded" webhook.
- **Format:** Extract amount, customer email, and product name.
- **Action:** Send message to Slack #wins channel.
## Steps
1. **Create Webhook:** In Stripe Dashboard, add an endpoint for "payment.succeeded".
2. **Setup n8n:** Create a webhook node in n8n/Zapier to receive the payload.
3. **Format Text:** Use a function node to convert cents to dollars.
4. **Send Slack:** Configure the Slack node to post to #wins.