This is probably a dumb question, but I'm working on developing my first REST zap. I created a webhook that allows the user to select a landing page to monitor. How do I know which landing page they selected? I assume I am supposed to manage that on my end and then send the update to the hook when that landing page is updated?
Hi
First: there's no such thing as a dumb question. Congrats on building your first REST Zap!
From what I can tell in your question, you're setting up a webhook subscription which will allow someone to be notified when changes are made to a landing page. Is that correct?
It might help me (and anyone else who might like to take a crack at this) to understand just a bit more about the app(s) that you're trying to connect with your Zap. Do you operate the API that the trigger step is subscribing to? Can you provide a bit more context about the situation?
Thanks!
Thanks for responding
{ "subscription_url": "https://hooks.zapier.com/hooks/standard/102653/94703dc5c31247c4acb8b82977fd08dc/", "target_url": "https://hooks.zapier.com/hooks/standard/102653/94703dc5c31247c4acb8b82977fd08dc/", "event": "landing_page_submitted" }
This does not tell me which landing page they chose so I don't know how to make sure to limit the results to that landing page.
OK
The docs will tell us (hopefully!) whether it's possible to subscribe to a specific landing page or not and, if so, the proper syntax to accomplish that end.
If it's not possible to set up a subscription for a specific landing page, then we should take a look at the data coming in to your webhook to see if there's anything in there we can use to identify the source. Sometimes that sort of thing is buried or is very subtle.
Thanks for coming back to us to let us know that you were able to work this one out @autogration!
I'll pass on your feedback that we could do with better messaging about the need for upgrading to the newer version of the app builder, thanks for sharing it!
Thank you so much Danvers!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.