DEV Community

Eva
Eva

Posted on

#How I built an automated digital product workflow with Payhip,Make,Telegram and Notion

How I built an automated digital product workflow with Payhip,Make,Telegram and Notion

Selling digital products sounds simple:

Create a product → receive payment → deliver the product.

But the operational workflow quickly becomes messy.

You need:

  • Payment handling
  • Customer notifications
  • Delivery automation
  • Order tracking

So I built a lightweight automation stack using:

Payhip
+
Make
+
Telegram Bot
+
Notion

The architecture

Customer Payment

Payhip

Make Automation

Telegram Notification

Notion Database

Example workflows

1. Telegram Order Notification

When a customer purchases a product:

  • Payment event triggers automation
  • Telegram receives notification
  • Order information is recorded

2. Digital Product Delivery

After payment confirmation:

  • Delivery workflow starts
  • Customer receives instructions
  • Order status is tracked

Why I open sourced this

Many creators don't need a complex backend.

They need simple, reliable automation that connects existing tools.

You can find the complete workflow examples here:

👉 GitHub Repository:
https://github.com/Eva-311/hermes-automation-examples

Questions for other builders:

What tools are you currently connecting manually in your workflow?

Top comments (1)

Collapse
 
eva-nomados profile image
Eva

I also added screenshots, workflow examples and setup instructions in the GitHub repository.

The goal of this project is to make automation workflows easier for creators and indie hackers to understand and customize.