Enable subscribing to specific actions

This commit is contained in:
Stanko K.R.
2025-09-10 19:09:20 +02:00
parent a515ea3b1f
commit 9cfd1e43af
16 changed files with 288 additions and 15 deletions
+2
View File
@@ -3,9 +3,11 @@ active:
name: Production API
url: https://api.example.com/webhooks
signing_secret: p94Bx2HjempCdYB4DTyZkY1b
subscribed_actions: <%= %w[ card_published card_assigned card_closed ].to_json %>
inactive:
active: false
name: Test Webhook
url: https://test.example.com/webhooks
signing_secret: H8ms8ADcV92v2x17hnLEiL5m
subscribed_actions: <%= %w[ card_published card_assigned card_closed ].to_json %>