webapi-eca/webpages/handlers/templates/forge_event.html
2014-04-24 17:34:00 +02:00

13 lines
233 B
HTML

<div style="width:100%;float:left;">
<div id="editor">
{
"event": "mail",
"body": {
"subject": "hello"
}
}
</div>
</div>
<button id="but_submit">invoke</button><button id="but_prepare">prepare a rule for this event</button>