Skip to main content

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. 

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


Thanks @Troy Tessalone , I’ll do that.

 

Linked for posterity in case someone else searches