NAME

App::Wubot::Reactor::Template - build a field using existing message fields as a template

VERSION

version 0.3.1

SYNOPSIS

- name: build a subject that references the username field
  plugin: Template
  config:
    template: 'Got username: {$username}'
    target_field: subject

DESCRIPTION

TODO: More to come...

SUBROUTINES/METHODS

react( $message, $config )

The standard reactor plugin react() method.