mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-16 22:10:31 +00:00
8 lines
326 B
HTML
8 lines
326 B
HTML
<h2>Create your own Webhooks</h2>
|
|
<h3>Choose a name for the Events that are pushed to the new Webhook :
|
|
<input type="text" id="inp_hookname" style="font-size:1em;width:300px" /></h3>
|
|
<button type="button" id="but_submit">Create Webhook!</button>
|
|
<br><br>
|
|
<div id="display_hookurl"></div>
|
|
<br>
|
|
<div id="table_webhooks"></div>
|