What is PingSaaS
Architecture
Todos
PingSaaS is a SaaS platform for your SaaS. PingSaaS allows you to get notification about your SaaS directly to your discord Account. You can track any events with PingSaaS, whether you got new user, got payment, API fails etc.
PingSaaS provides API endpoint for you to use in your SaaS, this endpoint triggers an event in PingSaaS that pushes a notification to you in your discord
What is PingSaaS
-
When you register to PingSaaS; You have ability to create events; events for example, the new user registered! or received payment!;
-
In the free tier, you can have max 3 event categories; event categories can be like Signup/Signin, Payment, API Fail etc.
-
Each event category can have more than one event; you can use an event API endpoint in more than 1 SaaS application.
-
Free tier allow you to have 100 events per month.
The below code is an example of the content you can have in your discord;
{
"category": "sale",
"fields": {
"SaaS": "your-saas-name",
"message": "your saas got new sale",
"plan": "PRO",
"email": "[email protected]",
"amount": 49.99
}
}
- Improve load time / optimize image
- (BUG): user can create more than 3 categories for free tier
- (UI): In product category card, place emoji inside the category's color
- (UI): Add a guide to get user's Discord ID.
- (UI): Add a section in homepage that shows how to add PingFoo bot to discord