Details
-
Story
-
Resolution: Fixed
-
Neutral
-
None
-
None
Description
The goal of this task, is to implement info.magnolia.webhooks.events.subscribers.ContentUnpublishedEventSubscriber#onEvent method, right after all the other things have been made during the webhooks development (event detection, filtering, rest client registration, etc).
We should use the registered Rest Client corresponding to the current ContentUnpublishedEventSubscriber instance (which should have its corresponding webhook event definition accessible or known), to make the request.
We must transform the source event to the desired data structure, received as parameter by the Rest Client method.
We should check if this logic can be extracted to a BaseEventSubscriber which could be used by both subscribers (MGNLHOOK-27).
Checklists
Attachments
Issue Links
- is related to
-
MGNLHOOK-27 Content published subscriber implementation
-
- Closed
-
- mentioned in
-
Page Loading...