Unverified REST hook

The following are your tag events:

“contactGroup.add”,
“contactGroup.applied”,
“contactGroup.delete”,
“contactGroup.edit”,
“contactGroup.removed”,

Jacob, I was trying to connect to webhooks using workato as well. After several attempts I managed to do so successfully using workato recipes.
Recipe A: Set up http webhook trigger with Empty payload = yes. This recipe will receive the X-Hook-Secret.
Recipe B: Create webhook subscription using target url from A.
Recipe C: Verify webhook subscription using created key from B and and X-Hook-Secret from A.