Schedule a new webhook (UI-driven)
Schedule a webhook delivery for a future time and optional recurrence. This endpoint is typically called from the UI and expects form data.
POST
/scheduled
curl \
--request POST 'http://localhost:8080/scheduled' \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'subscription_id=string&payload=string&scheduled_for=string&recurrence=none'
Response examples (400)
{
"error": "string"
}
Response examples (500)
{
"error": "string"
}