docs: add webhook tutorial in mintilify docs

This commit is contained in:
Sabiha Khan 2025-12-30 11:28:26 +05:30
parent ab4ec7ab88
commit d24ac06911

View file

@ -3,6 +3,19 @@ title: "Webhook"
description: "Webhook node allow you to sync the result of Voice Agent runs to your external systems, like CRM or to other workflow orchestrator like Zapier or n8n."
---
## Video Tutorial
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/oqUm4lLG4eU?si=kXvOtOzvKlEYE6G0"
title="Webhook Configuration Tutorial"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerPolicy="strict-origin-when-cross-origin"
allowFullScreen
></iframe>
<Note>
You can have multiple Webhook Nodes for a single Voice Agent, if you want to sync the result of the call at multiple places.
</Note>