mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
docs: add webhook tutorial in mintilify docs
This commit is contained in:
parent
ab4ec7ab88
commit
d24ac06911
1 changed files with 13 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue