Problem with mustache on watcher action

        "body": "{{#toJson}}payload{{/toJson}}"

this must be (in hook tornado2)

        "body": "{{#toJson}}ctx.payload{{/toJson}}"

the logging message you shared above still references {{payload.hits.totals}} instead of {{ctx.payload.hits.totals}}