04-08-2019 02:20 PM
I Hi, New to working with the Meraki API.
Im trying to use Zapier to Take a Motion Alert and then SMS a link to the video camera.
In Zapier, im sending a GETwith the following URL :
Solved! Go to Solution.
04-08-2019 03:35 PM
Looks like the sample URL was incorrect. Here is the correct format :
https://api.meraki.com/api/v0/networks/[networkId]/cameras/[serial]/videoLinkI would still like to understand how to use the timestamp parameter with zapier, if anyone knows.
Thanks!
04-08-2019 03:35 PM
Looks like the sample URL was incorrect. Here is the correct format :
https://api.meraki.com/api/v0/networks/[networkId]/cameras/[serial]/videoLinkI would still like to understand how to use the timestamp parameter with zapier, if anyone knows.
Thanks!
04-08-2019 10:58 PM
@jturbek wrote:I would still like to understand how to use the timestamp parameter with zapier, if anyone knows.
The parameter is added to the link.
So
https://api.meraki.com/api/v0/networks/[networkId]/cameras/[serial]/videoLink
Becomes
https://api.meraki.com/api/v0/networks/[networkId]/cameras/[serial]/videoLink?timestamp=1554789231252
The timestamp needs to be in milliseconds. If you use an online converter to get your timestamp of interest, make sure you use the correct timezone. Here's one you could use and can either take a time in UTC or your own local timezone.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide