Add custom function in dashboard
Configure function details
get_user_details
Get user details based on name and age
Select HTTP Method
Add endpoint URL
Set request headers (optional)
Set query parameters (optional)
Define parameters
Set response variables (optional)
{{user_name}}
.Example response bodyConfigure speech behavior
Update prompt for function
"type": "object",
to the top level of the JSON schema. We recommend clicking one of the examples and update accordingly.
X-Retell-Signature
: encrypted request body using your secret key, used to verify the request is from Retell. Read more below.name
: the name of the custom function.call
: the call object for you to get more context about the call, it also contains real time transcript up to the time the request is sent. Check out Get Call API for more details about the call object.args
: the arguments for the custom function, as a JSON object.X-Retell-Signature
header.
The value is a encrypted request body using your secret key.
100.20.5.228