Re: Lead Scoring Webhooks

Anonymous
Not applicable

Lead Scoring Webhooks

Hi Marketo Community,

I had a webhook set up to calculate lead score by adding behavior score+demographic score any time a behavior score or demographic score changes. 

This worked for several months and now I am getting a server error 500. That seems like an error on the site that is adding the scores. 

the url for my webhook is http://www.html2xml.nl/Services/Calculator/Version1/Calculator.asmx/Add?a={{lead.demographic score:default=0}}&b={{lead.behavior score:default=0}}
 
Does anyone know of any other sites I can call that accomplish the same thing?

Thanks!

-Ryan
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: Lead Scoring Webhooks

Hi Ryan,

It looks like the domain isn't configured properly anymore, since as you said, it had been working and now isn't.

You could look at Cloud ETL Hooks for similar data processing. Their API adds all kinds of robust functionality to data management/hygiene in Marketo.

http://www.cloudetlhooks.com/

Good luck with your issue.

-Scott
Anonymous
Not applicable

Re: Lead Scoring Webhooks

These guys have an Add function:
http://www.cloudetlhooks.com/etl_functions_standard.shtml#sthash.Is2KfU83.dpbs

They were mentioned in the Webhooks session at the Marketo Summit.

This is a pay-per service though....

If all you need is a service that adds two numbers together, it would be pretty simple to write if you have someplace to host it, you could probably find a programmer to contract that out.