{% extends "base.html" %} {% block title %}{{ super() }} - Custom Event Sender{% endblock %} {% block head_styles %} {{ super() }} {% endblock %} {% block content %}
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.