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