You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
365 B
11 lines
365 B
<!DOCTYPE html>
|
|
<html><body>
|
|
<h2>Webhookbericht versturen</h2>
|
|
<form method="post">
|
|
<label>Webhook URL: <input name="url" type="text" required></label><br>
|
|
<label>Body: <textarea name="body" rows="5" cols="50"></textarea></label><br>
|
|
<label>API Key: <input name="key" type="text"></label><br>
|
|
<button type="submit">Versturen</button>
|
|
</form>
|
|
</body></html>
|