NAME

Wubot::Reactor::SetField - set one or more fields on the message to a configured value

VERSION

version 0.1_9

SYNOPSIS

- name: set x to 123
  plugin: SetField
  config:
    field: x
    value: 123


- name: set x to 123, y to 456, and z to 789
  plugin: SetField
  config:
    set:
      x: 123
      y: 456
      z: 789