Skip to main content
Best answer

{{bundle.subscribeData.id}} empty in delete rest hook request?

  • October 20, 2021
  • 2 replies
  • 106 views

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?

Best answer by Zane

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? 

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Forum|alt.badge.img+9
  • Zapier Staff
  • Answer
  • October 20, 2021

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? 


  • Author
  • Beginner
  • October 21, 2021

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.