I'm trying to use motion baswed Web Hooks.
![1.PNG 1.PNG](https://community.meraki.com/t5/image/serverpage/image-id/10460i1C9CAA54224DAE67/image-size/large?v=v2&px=999)
However when an event gets detected I get this JSON.
alertData:
{ timestamp: 1573459402.825,
motionRecapEnabled: true,
isSpyglass: true,
imageEnabled: false,
imageUrl: null } }
Some things of note - I have motion recap disabled in the GUI, but the JSON says it is enabled. Also "imageEnabled" is false - shouldn't this be true?
And the imageURL is always "null". I never get a link to the image that caused the motion alert.
What am I missing?