Payment Webhook Handler10 nodes
FeaturedIntegration#Payments#Stripe#Webhook#Email#Slack#Integration
Payment Webhook Handler
Receive a Stripe-style webhook payload, parse the event, send a receipt email on success, and Slack-alert your team on failure.
Workflow at a glance
The full canvas, before you import it
Click any node to see its config.
#Payments#Stripe#Webhook#Email#Slack#Integration
Click a node to select it — same as the Heym editor; the panel shows its settings.
10 nodes · Free & source-available
Payment Webhook Handler
A complete inbound payment event pipeline: parse the webhook JSON, branch on success vs failure, email the customer a receipt, and ping your team on Slack when a charge fails — all without writing a line of server code.
What this workflow does
- Input receives the raw Stripe webhook JSON body
- Set extracts event type, amount, currency, and customer email from the payload
- Condition checks whether
event_typeequalspayment_intent.succeeded - Send Email (success path) sends a payment receipt to the customer
- Slack (failure path) alerts your ops channel with the failure reason
- Output returns the parsed event for downstream logging
Use cases
- Stripe, Paddle, or LemonSqueezy webhook processing
- SaaS subscription lifecycle events (payment succeeded, failed, refunded)
- E-commerce order confirmation and failed-payment recovery
Setup
Point your payment provider's webhook endpoint at a Heym webhook trigger URL (replace the textInput node with a Webhook trigger node for production). Add an SMTP credential to Send Email and a Slack credential to the alert node.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3Press Cmd+V / Ctrl+V — nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
More workflow templates
Discover more automations
- IntegrationJina Web FetcherFetch clean, LLM-ready text from any URL using the Jina Reader API.
- IntegrationOpen-Meteo Weather SnapshotPull live weather (no API key) from Open-Meteo for any city coordinates — great for travel bots and dashboards.
- IntegrationZenQuotes Random QuoteFetch a random inspirational quote as JSON from the free ZenQuotes API — no API key, ideal for bots and UI demos.
- IntegrationDiscord Incoming WebhookPost a message to a Discord channel with a single HTTP node — structured text input and webhook JSON body.
- IntegrationGoogle Sheets AI EnricherRead new rows from Google Sheets, classify or enrich them with an LLM, and write the results back automatically.
- IntegrationRealtime WebSocket Alert RelayListen to an external WebSocket feed, audit critical events, and forward them to another realtime channel.
- IntegrationDrive Share Link MailerFetch a remote file into Drive, return the download link immediately, and email the same link asynchronously.
- IntegrationRabbitMQ Delayed PublisherPublish a release message to RabbitMQ with an optional delivery delay for downstream consumers.