Question

Partner API getting webhook url issue

  • 6 July 2022
  • 1 reply
  • 36 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.


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

Userlevel 4
Badge +9

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