Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Those templates are stored as the batchRowTemplate property in the LbApiPayloadTemplate property of f an EventSubsription:

Code Block
languagejson
"LbApiPayloadTemplate": {
  "{EventCategory1}": {
    "action": "import (default) | ignore",
    "label": "human readable note",
    "importProcessId": {WIQ Process Id},
    "batchRowTemplate": "{handlebars template}"
  }, 

  // ... additional category mappings as needed ...

  "_default": {
    "action": "import (default) | ignore",
    "label": "human readable note",
    "importProcessId": {WIQ Process Id},
    "batchRowTemplate": "{handlebars template}"
  }
}

...