enonic-event-manager

Installation
SKILL.md

Enonic Event Manager

Procedures

Step 1: Detect the Enonic XP project

  1. Execute node scripts/find-enonic-targets.mjs . to locate Enonic XP project roots in the workspace.
  2. If the script returns an empty array, stop and explain that no Enonic XP project was found.
  3. If multiple projects are found, ask which project should receive the integration.
  4. Identify the application key from gradle.properties (appName) or build.gradle.

Step 2: Determine integration direction

  1. Classify the task as one of: outbound event listener (XP reacts to internal events and calls an external system), outbound webhook config (XP sends webhook payloads via built-in config), inbound webhook endpoint (XP receives payloads from an external system), or mixed (combination).
  2. Read references/event-reference.md to identify the correct event types, listener patterns, and filtering strategies.
  3. Read references/webhook-reference.md when the task involves outbound webhook configuration or inbound HTTP service endpoints.
Installs
17
First Seen
8 days ago
enonic-event-manager — webmaxru/enonic-agent-skills