I receive two subscriptions for a Zapier REST Hook trigger:
- one subscription from the Zap editor, which sets up a test subscription while the user configures the Zap
- the second subscription appears when the Zap is actually activated
And then I don't receive unsubscribe requests for the test subscription.
As a result, test subscriptions clutter up the subscription storage because they are not used and are not deleted even when Zap is deactivated.
How to distinguish test subscription requests and how they can be cleaned later?