# emitNotifyEvents

State Resource

This is a State Resource as provided by the tymly-gov-uk-notify-plugin plugin.

# Purpose

Handle events via GOV UK Notify Service

# Usage

# Example

{
  "EmitNotifyEvent": {
    "Type": "Task",
    "Resource": "module:emitNotifyEvents",
    "ResourceConfig": {
      "eventNames": [
        "test_formSubmitted"
      ]
    }
  }
}

# Options

# Optional properties

# eventNames

The names of the events to emit.

  • Type: array
Last Updated: 9/8/2023, 1:26:23 PM