Toggle activation of a web tool for a voice agent.
Web Tools Routes
Toggle activation of a web tool for a voice agent.
POST
Toggle activation of a web tool for a voice agent.
Documentation Index
Fetch the complete documentation index at: https://docs.tryhamsa.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '
Body
application/json
The voice agent ID to toggle the activation of the web tool on.
Example:
"d949f13f-40d2-4e48-ac86-b66633070603"
The web tool ID to toggle the activation of.
Example:
"d949f13f-40d2-4e48-ac86-b66633070603"
The value of isActive to toggle the activation of the web tool. True to activate, false to deactivate. Defaults to true.
Example:
true