Empower your Marketo flows with web hooks, in 10 minutes or less.
45+ web hooks, No server. no coding. 4 simple steps and you're done.
Try it for FREE Today!
Web Hook Library
Hook Name:
Validate against predefined 'junk' values
Function:
Data Validation
Level:Advanced
Description:
Check the value you pass against the junk values you configured.
More Details:
Here you can upload a csv file of junk values you want to validate against for a given field.
When you pass the field, its value will be checked against the junk values you set up.
If there is a match. this web service will return message 'match found'. You can set a field in Marketo with that value and make appropriate decisions in Marketo flows.
Input Parameters:
inputstring
Merge the token of the field you want to check against the junk value list.
Web Hook url example:
https://brighthooks.com/hook/validateforjunk.php?inputstring=merge Marketo field here
Output JSON:
{"junk value match":"Yes", "inputstring":"value will be merged here"}
or
{"junk value match":"No", "inputstring":"value will be merged here"}
How to use:
Create your web hook service in Bright Hooks using simple web form See example
Define the web hook in Marketo by using the Webhook Url shown above. See example
Please make sure to 'merge' appropriate fields as parameters as shown in that url.
Map the response to the field that you want to store the value returned by Bright Hooks web service. See example
Please make sure to add 'authentication information' to the web hook in Marketo.
Note:
'Advanced' web hooks are not included in Free Trial. Please let us know if you want to try it out.