Hey! I added a rest hook trigger to the test zap, but found that when adding (DELETE) https://example.com/rest/zapier/hooks/{{bundle.subscribeData.id}} the value {{bundle.subscribeData.id }} turns out to be empty. Is this some kind of bug or do you need to tweak something further?
Page 1 / 1
bundle.subscribeData.id
needs to be bound to a value returned from your API in the subscription request. Can you share your code for subscription response handling?
bundle.subscribeData.id
needs to be bound to a value returned from your API in the subscription request. Can you share your code for subscription response handling?
Thanks! I figured out that this was the problem. I did not find information on this in the documentation, it is a little confusing.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.