Skip to main content
Question

Referencing Webhook ID for Webbhook deletion

  • September 5, 2024
  • 2 replies
  • 22 views

Hello,

I am creating an integration for my company to offer our functionality natively on Zapier. 

When configuring a webhook trigger I am given the option to configure an Unsubscribe API which I assume is for when a user stops using the trigger. This is great and can help us keep our webhooks clean.

Our Webhook deletion API requires the ID of the webhook to be deleted/removed/unsubscribed from. How do I make reference to the ID of the webhook that is returned from the ‘Subscribe’ request in the ‘Ubsubscribe’ request?

I see I have access to a `{{bundle.subscribeData}}` batch of variables, but I don’t see any explanation of them or their contents anywhere. I’m also curious about their state between requests. 

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

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • 34032 replies
  • September 5, 2024

Hi @swoogrb 

If you are building a Zap app integration using the Zapier Developer Platform, it is best to post topics in this category: Developer Zone

https://community.zapier.com/p/developer-zone


  • Author
  • New
  • 2 replies
  • September 6, 2024

Thanks @Troy Tessalone , I’ll do that.

 

Linked for posterity in case someone else searches