SOLVED

Re: Who has some awesome Webhook ideas?

Go to solution
Anonymous
Not applicable

Who has some awesome Webhook ideas?

I just read RingLead's paper on Three Cool Things You Can Do With Marketo Webhooks, but I want to know if there are more things you could do?
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Who has some awesome Webhook ideas?

Okay - here are some that I know of -

  1. Customer AA uses webhooks to push info into a 3rd party analytics/data visualization platform (leftronic) whenever a lead converts to MQL, Opportunity is won, for every Marketing/Sales email sent, etc
  1. Customer BB is using Webhooks to get an image URL from their accounting systems. The image itself contains the monthly activity in the customer's account. This image URL is inserted into an email (via a token) which gets sent to customers every month.
  2. Customer CC is using Webhooks to provision a 60-day trial account in their system whenever a lead fillsout a webform. 
  1. Multiple customers are using Webhooks to remind patients 2 days before their surgery that they need to take certain precautions. 
  2. Customer EE sends new email address to IronPort to check if the address is blacklisted
  3. Marketo also provides a webhook service to format phone numbers and geo-code them (ie, look up their location based on country/area code).  Happy to share it with those who read this far and are interested in trying it 🙂


I'll pitch to include a "most innovative" webhooks prize in the 2014 summit.

View solution in original post

10 REPLIES 10
Anonymous
Not applicable

Re: Who has some awesome Webhook ideas?

Yea me too. I feel like this is the coolest feature, but not many people have any clue what to do with it.
Anonymous
Not applicable

Re: Who has some awesome Webhook ideas?

Okay - here are some that I know of -

  1. Customer AA uses webhooks to push info into a 3rd party analytics/data visualization platform (leftronic) whenever a lead converts to MQL, Opportunity is won, for every Marketing/Sales email sent, etc
  1. Customer BB is using Webhooks to get an image URL from their accounting systems. The image itself contains the monthly activity in the customer's account. This image URL is inserted into an email (via a token) which gets sent to customers every month.
  2. Customer CC is using Webhooks to provision a 60-day trial account in their system whenever a lead fillsout a webform. 
  1. Multiple customers are using Webhooks to remind patients 2 days before their surgery that they need to take certain precautions. 
  2. Customer EE sends new email address to IronPort to check if the address is blacklisted
  3. Marketo also provides a webhook service to format phone numbers and geo-code them (ie, look up their location based on country/area code).  Happy to share it with those who read this far and are interested in trying it 🙂


I'll pitch to include a "most innovative" webhooks prize in the 2014 summit.

Anonymous
Not applicable

Re: Who has some awesome Webhook ideas?

Raj,
I'd be interested in your hook to check numbers...And, we use a variety of Web Hooks in our instance. I think it is the single greatest feature of Marketo! Among other things, we use to send leads to call centers, call proprietary scoring algo's, and interface with advertising partners! 

Keep up the good work there! One thing, I'd suggest is an easier web to "receive" a web hook (response) and also a place where we can all "share" web hooks...for those inclined.

Alan

Anonymous
Not applicable

Re: Who has some awesome Webhook ideas?

I'm a bit late to this thread.  I recently sprinkled some webhooks through my most important smart campaigns.  They call out to a webserver I've got hooked up to a test script.  This allows me to make sure that the most important processes in our lead capture are working, and keep working, even if we tweak our product names, smart campaigns, landing pages, and so on (manual testing was getting waaaay too boring).

Would also like to use webhooks to share marketo events with external analytics tools.  One for the (hopefully near) future.
Anonymous
Not applicable

Re: Who has some awesome Webhook ideas?

Even later to the thread...

I'm currently playing around in writing an app for push notifications to Google Glass, powered by webhooks.

Specific uses of this:
* Simple lead alerts for sales—lead created, lead revived, contact form fillout, etc.
* Exception reports for admins—lead created without required fields, lead disqualified without "Reason," etc.

Also, Richard, that's brilliant regarding the test script. I want that!


Edward Unthank
Marketing Operations Specialist
Yesler
Anonymous
Not applicable

Re: Who has some awesome Webhook ideas?

Responding to my own thread.

I'm about to learn more about a data provider this week with some good data for the US and EU market for data appending. I want to use the webhook to append data at a certain point in the lead life cycle campaign for optimizing qualification and relevancy of nurture programs.


P.s. I will also be looking in to the LinkedIn API next year.
Anonymous
Not applicable

Re: Who has some awesome Webhook ideas?

Hi Raj - I' d like to take a look at the webhook service to format phone numbers and geo-code them (ie, look up their location based on country/area code).  Thanks!
Anonymous
Not applicable

Re: Who has some awesome Webhook ideas?

Does anyone have experience pushing to social media APIs (specifically LinkedIn) using webhooks?

Here's my idea:
  • User completes a social share form (authenticating with linkedIn) on our website to add themselves to a linkedIn group
  • Webhook takes LinkedIn profile information and authentication data and adds that user to a pre-set group in linkedIn

Not sure if LinkedIn's API supports this via a JSON request yet...
Anonymous
Not applicable

Re: Who has some awesome Webhook ideas?

@Nate,

I was looking in to this a while ago. The LinkedIn API takes a lot of work. But as far as I know you can only obtain data of your 1st degree network (please let me know if this is not the case). What I would like is to grab somone's employer details (e.g. #employees, idustry, and so on).