Webhook-Er
It's simple! It's fast! Try it now!
curl --location 'webhook-er.vercel.app/api/webhooks'
--header 'Content-Type: application/json'
--data '{
"webhooks": [
{
"payload": {
"data": "TEST"
},
"deliveryAddress": "<YOUR_CUSTOM_URL>",
"deliveryTime"?: "<ISO8601_TIME_STRING>"
}
]
}'