Best answer

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

  • 20 October 2021
  • 2 replies
  • 85 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?

icon

Best answer by Zane 20 October 2021, 22:41

View original

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

Userlevel 7
Badge +9

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.