mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-05-09 16:04:46 +00:00
15 lines
312 B
HTML
15 lines
312 B
HTML
|
|
<div style="width:100%;float:left">
|
|
|
|
<div id="editor">
|
|
{
|
|
"eventname": "button-click",
|
|
"body": {
|
|
"subject": "hello world"
|
|
}
|
|
}
|
|
</div>
|
|
</div>
|
|
<button id="but_prepare" style="width:300px">Prepare a Rule for this Event</button>
|
|
<br>
|
|
<button id="but_submit" style="width:300px">Push Event into System</button>
|