feat: add webhooks with basic json to send to
This commit is contained in:
parent
18aa3dfaa8
commit
1b0284b00b
7 changed files with 1432 additions and 10 deletions
16
endpoints.json
Normal file
16
endpoints.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue