You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 accesslive
, 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 toperformUnsubscribe
was triggered.The text was updated successfully, but these errors were encountered: