Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi all, Working with the motion alert Webhook data.The desired goal was to embed the snapshot image in an email notification $email_body .= '<img src="'. $webhook['alertData']['imageUrl'] .'" alt="Snapshot" width="500" height="281" /><br>';Which work...
Hi team. Bit of an odd question. Using sockets to send my GET's, and if I send it directly to https://api.meraki.com it redirects to n151.meraki.com.All well and good, I just followed the redirect and used that GET as my reference.My question is if t...
Hi, This may be a question for the API area, but is there a way to change, or even just see the people sensing sensitivity for the full frame, zone 0? Mainly I am wondering if zone 0's returned people count is actually a people count, or if it is jus...
Currently doing the call below, but getting results with MAC addresses of clients that have been disconnected from the network for hours. Is there another call, or better way to do this? Ideally would want to see only devices currently actively conne...
Well, found a workaround in the meantime. I can just take the timestamp from the MV71 alert, then generate a snapshot for it using the "snapshot" api, and embed that.
The first generation supports the alerts. Evidence seems to be indicating that the "access denied" page is only when I am trying to access a ImageURL from my MV71 alert, as opposed to my MV12. Maybe because dashboard doesn't offer "Motion Recap image...