Error decoding JSON for variable 'decdata.foobar'
This occurs when you have used the route template variable <> and tried to access a JSON element that either didn't exist or was malformed.
Common fixes: Double check that the message data payload is properly formatted with valid JSON. Common formatting issues are uses of single quotes and the inclusion of numbers. If in doubt, use a JSON validator.
An error occurred sending data via webhook
This error usually happens when there is a malformed url in your webhook app configuration. The destination url needs to include the protocol.
Common fixes: Change anything.com to http://www.anything.com