Steps: This is an advanced web hook service. We will create a custom table to hold your KEY and Value pairs in JSON format.
The first step for you is to upload a list of key value pairs to be used as lookup. Every time this web hook is called, it will accept the key (or GUID) value you pass from Marketo. Then it will parse the lookup JSON and try to find the 'friendly value' from it.
If a match is found, the 'friendly value' will be returned. If there is no match found, it will return the same key value passed.
Thus in Marketo, you will have friendly, human readable values you can make sense of, report on etc. |