docs: add webhook tutorial in mintilify docs (#92)

This commit is contained in:
Sabiha Khan 2025-12-30 11:30:49 +05:30 committed by GitHub
parent ab4ec7ab88
commit 0b073195f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>