{% extends "base.html" %} {% block title %}{{ super() }} - Custom Event Sender{% endblock %} {% block head_styles %} {{ super() }} {% endblock %} {% block content %}

Custom Plugin Event Sender

Use this page to manually trigger custom events within the application. Other plugins can listen for these events.

Enter a valid JSON object, or leave empty for no payload.

Back to Dashboard
{% endblock %} {% block body_scripts %} {{ super() }} {% endblock %}