# Webhook Recording for Cloud only?

**URL:** https://devforum.zoom.us/t/webhook-recording-for-cloud-only/5739
**Category:** API and Webhooks
**Created:** [August 30, 2019, 2:48pm UTC](https://devforum.zoom.us/t/webhook-recording-for-cloud-only/5739 "2019-08-30T14:48:52Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![klhdevone](https://avatars.discourse-cdn.com/v4/letter/k/46a35a/32.png) [@klhdevone](https://devforum.zoom.us/u/klhdevone)
#### Post date: [August 30, 2019, 2:48pm UTC](https://devforum.zoom.us/t/webhook-recording-for-cloud-only/5739/1 "2019-08-30T14:48:52Z")

</div>

**Description/Error**  
Question/Clarification. Does the new webhook for recordings only fire for cloud recordings? For example, if user has the meeting set to record local, I would like to still get recording started, recording completed, etc. Will the webhook still fire for local recording?

**Which Endpoint/s or App Types**  
webhooks - recording

---

<div class="post-metadata">

### Author: ![tommy](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/tommy/32/72769_2.png) [@tommy](https://devforum.zoom.us/u/tommy)
#### Post date: [August 30, 2019, 3:41pm UTC](https://devforum.zoom.us/t/webhook-recording-for-cloud-only/5739/2 "2019-08-30T15:41:08Z")

</div>

Hey @klhdevone, good question!

Yes, our [recording webhooks](https://marketplace.zoom.us/docs/api-reference/webhook-reference/recording-events/recording-started) are only for [Cloud Recordings](https://support.zoom.us/hc/en-us/articles/203741855-Cloud-Recording).

As a word around, you could build your own webhook that watches for your local download destination.

> <https://stackoverflow.com/questions/13695046/watch-a-folder-for-changes-using-node-js-and-print-file-paths-when-they-are-cha>

Thanks,  
Tommy

---

<div class="post-metadata">

### Author: ![klhdevone](https://avatars.discourse-cdn.com/v4/letter/k/46a35a/32.png) [@klhdevone](https://devforum.zoom.us/u/klhdevone)
#### Post date: [August 30, 2019, 8:38pm UTC](https://devforum.zoom.us/t/webhook-recording-for-cloud-only/5739/3 "2019-08-30T20:38:31Z")

</div>

thanks! when zoom saves a local recording is there anything in the name or metadata that would allow me to link it to the zoom meeting id? I like the idea of monitoring a folder but how would I know which zoom meeting the recording is for?

---

<div class="post-metadata">

### Author: ![tommy](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/tommy/32/72769_2.png) [@tommy](https://devforum.zoom.us/u/tommy)
#### Post date: [August 30, 2019, 9:20pm UTC](https://devforum.zoom.us/t/webhook-recording-for-cloud-only/5739/4 "2019-08-30T21:20:34Z")

</div>

Hey @klhdevone,

Yes! The file name includes the date and the meetingID!

 ![19%20PM](https://us1.discourse-cdn.com/flex016/uploads/zoomdeveloper/original/2X/9/9d3bd9f0d652f7d394d5be2cc8a660f7c7cbd132.png)

-Tommy

---

<div class="post-metadata">

### Author: ![DeveloperBot](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/developerbot/32/12632_2.png) [@DeveloperBot](https://devforum.zoom.us/u/DeveloperBot)
#### Post date: [August 21, 2020, 6:40pm UTC](https://devforum.zoom.us/t/webhook-recording-for-cloud-only/5739/5 "2020-08-21T18:40:41Z")

</div>


