Creating a webhook for Google Lead Forms | Community
Skip to main content
Justin_Laberge
Level 2
November 22, 2019
Solved

Creating a webhook for Google Lead Forms

  • November 22, 2019
  • 1 reply
  • 10121 views

Hey Marketo community,

I have a question in relation to building a webhook for Google lead forms:

We're setting the webhook up and the documentation is all making sense but I'm having trouble figuring out how to get the actual Hostname URL from google.

I have documentation for how it works here - Overview  |  Lead Form Webhook  |  Google Developers 

But I'm not sure how I can test it and see what the Hostname (URL) is for Marketo:

Everything else is just creating the webhook itself but testing the hostname and seeing where I can get that information for marketo remains a mystery to me.

If we add our SOAP/REST (not sure which either) information here - where can I see the results of this test?

I may be completely off base but any starting point to this would be greatly appreciated - or if you've created this before

Have a great day,

-Justin

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

In this case the webhook is a request fired by Google into an intermediate webhook-compatible API gateway that you build. It's not a Marketo webhook.  (While the rest of the post is pretty overwhelming, you might read the first part of my post https://nation.marketo.com/community/product_and_support/blog/2019/08/27/extremely-strange-webhooks-vol-1-http-range-queries for a dive into the terminology of which side is the webhook.)

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
November 22, 2019

In this case the webhook is a request fired by Google into an intermediate webhook-compatible API gateway that you build. It's not a Marketo webhook.  (While the rest of the post is pretty overwhelming, you might read the first part of my post https://nation.marketo.com/community/product_and_support/blog/2019/08/27/extremely-strange-webhooks-vol-1-http-range-queries for a dive into the terminology of which side is the webhook.)

Justin_Laberge
Level 2
November 22, 2019

Thanks Sandy, extremely helpful blog post and reply from you as always!!