feat: add webhooks with basic json to send to

This commit is contained in:
Jet Pham 2025-06-04 19:25:08 -07:00
parent 18aa3dfaa8
commit 1b0284b00b
No known key found for this signature in database
7 changed files with 1432 additions and 10 deletions

16
endpoints.json Normal file
View file

@ -0,0 +1,16 @@
{
"endpoints": [
{
"url": "http://localhost:8080/webhook",
"description": "Local development endpoint"
},
{
"url": "https://api.example.com/notifications",
"description": "Production notification service"
},
{
"url": "https://webhook.site/your-unique-id",
"description": "Webhook testing service"
}
]
}