Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass information on whether Zap was disabled or deleted to performUnsubscribe #551

Open
monsagri opened this issue Jun 1, 2022 · 0 comments

Comments

@monsagri
Copy link

monsagri commented Jun 1, 2022

Current Behavior

performUnsubscribe is called whenever a user turns a Zap off, or deletes a Zap.
There is some basic information on bundle.meta.zap, however while we can access live, we can't determine what action triggered the call to performUnsubscribe.

We are in the process of building a Zapier Integration and we support a concept of having a webhook turned on/off on our end.
As a result we'd love to avoid deleting/recreating webhooks when a Zap is simply turned on/off.

Desired Behavior

bundle passes information on why the call to performUnsubscribe was triggered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant