New skill: managing-managed-event-subscription
The managing-managed-event-subscription skill creates, reads, updates, and deletes
ManagedEventSubscription metadata — the Salesforce construct for durably subscribing to
platform event channels with managed replay tracking.
What it does
CRUD for ManagedEventSubscription metadata — platform event subscriptions, event channel
subscribers, replay presets.
Details
- In scope: generating and modifying
.managedEventSubscription-meta.xmlfiles for create, read, update, and delete operations. - Configurable: developer name, label, topic name (platform events, change events, or custom
channels), default and error-recovery replay presets (
LATEST/EARLIEST), and state (RUN/STOP). - Out of scope: creating the underlying platform event (
__e) channel itself (use generating-platform-event), and Flow- or Apex-based event subscriptions.
TRIGGER prompts: subscribe to a platform event, set up event replay, configure an event channel subscriber, update a replay preset, or activate/deactivate a subscription.