Create an event listener to listen for events emitted by the emitter.
Closed this issue · 2 comments
em-abee commented
Description
Create an event listener that listens for the event named webhook.request. This event is emitted when the Protocol Server calls the Strapi webhook. Subscribe to this event and call the handler. The handler should include logic to invoke the service based on the provided action.
Goals
- Logic to subscribe to and event
- Logic to call handler based on action.
Expected Outcome
The event subscriber should call service function of the action.
Acceptance Criteria
- Subscriber to subscribe to an event
- Logic to call handler based on action.
Implementation Details
In bootstrap.ts, subscribe to the webhook.request event. In the handler function, check the action received in the payload. Call the service function corresponding to the received action.
Product Name
Beckn
Project Name
Strapi BPP
Organization Name:
EM
Tech Skills Needed:
Strapi and Typescript
Complexity
Medium
Category
Feature
Sub Category
API, Backend
em-abee commented
Changes merged, closing the ticket.