Skip to main content

Hi i am using Partner API for using Zapier in my application , facing an issue with the rest hook for the triggers i have created while using the GET request for zaps it does not return the webhook url with the zap data.
I have used subscribe url for sending webhook URL in the body to my endpoint but how would i check for which zap does it belong to.

Hey @devaevent 👋

It wouldn’t be expected that the subscribe sent to your endpoint URL includes an identifier/ID for the Zap itself. Zapier provides the subscription URL in the Subscribe request as bundle.targetUrl - that URL is automatically generated for each Zap and is used to trigger the Zap with data from your app. 

A guide to setting up rest hook triggers here: https://platform.zapier.com/docs/triggers#rest-hook-trigger