Skip to content

Commit

Permalink
webhook support
Browse files Browse the repository at this point in the history
  • Loading branch information
girishbharambe committed Aug 22, 2024
1 parent 9fea640 commit a102036
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,12 @@ ext:
api_secret: ${EXTENSION_API_SECRET}
scopes: ""
base_url: ${EXTENSION_BASE_URL}
webhook:
api_path: "/event/webhook"
notification_email: "[email protected]"
event_map:
- name: "product/delete"
handler: sampleHandler
category: "company"
version: 1

0 comments on commit a102036

Please sign in to comment.