Skip to main content
Question

Partner API getting webhook url issue

  • July 6, 2022
  • 1 reply
  • 40 views

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.

Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Forum|alt.badge.img+9
  • Zapier Staff
  • 238 replies
  • July 20, 2022

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