Use this form to manually emit Events from this Agent (usually for testing).

If you add a top-level key called payloads that points to an array of objects, they will be emitted as a series of Events. Otherwise, everything entered will be emitted as a single Event.

Liquid formatting is supported.

<%= form_tag handle_details_post_agent_path(@agent), :id => "create-event-form" do %>
<%= submit_tag "Submit", :class => "btn btn-primary" %> <% end %>