mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
docs: fix broker internal link (#114)
This commit is contained in:
parent
d41f696f3f
commit
31521008cf
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ description: "API Trigger helps you trigger your Voice Agent using external syst
|
|||
---
|
||||
|
||||
### API Payload
|
||||
The API Trigger is a POST request, which requires an [API Key](configurations/api-keys). It expects a valid JSON with `phone_number` and `initial_context`.
|
||||
The API Trigger is a POST request, which requires an [API Key](../configurations/api-keys). It expects a valid JSON with `phone_number` and `initial_context`.
|
||||
|
||||
### Initial Context
|
||||
`initial_context` is a valid JSON object, which contains any contextual information that you would want your voice agent to access. You can refer to these values in your prompts using **Handle Bars**, which are values enclosed in `{{` and `}}`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue