Skip to main content

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?

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.