supaglue-labs/supaglue

Respect webhook config for which events to send

Closed this issue · 0 comments

looking at the code, it looks like we send webhook for all types of events, even if the user didn't sign up for some.

"notifyOnSyncError": false,
    "notifyOnSyncSuccess": true,
    "notifyOnConnectionError": false,
    "notifyOnConnectionSuccess": false
    ```