{
"type": "fireEvent",
"params": {
"eventType": "<the event name>",
"table": "<table with the query>",
"query": "<name of the query>",
"queryMode": "single|all",
"queryParams": [
"<parameter for the query; this is optional>"
],
"template": "<name of the template to be applied to the query result>"
}
}