Capture completed PayPal payments and send the digital product file to the buyer right away. Great for teams that sell templates, licenses, or downloads and want instant delivery without manual work. It cuts delays and improves the customer experience.
A webhook receives PayPal events, then a wait step pauses until the transaction is fully settled. A switch filters for payment events and an API call pulls order details like buyer name, email, and item. A field mapping step prepares email content, and a second switch routes by product to select the right file link. The file is fetched as JSON, converted to an email attachment, and an HTML email goes out to the buyer with the correct subject and dynamic details.
Set up a PayPal app and webhook, then connect OAuth in n8n for the order details call. Replace the placeholder file URL, add your SMTP email credentials, and adjust the product rules to match your items. Expect delivery to move from hours to seconds and handle more orders without adding staff. Ideal for selling n8n templates, JSON assets, keys, or any digital file.