GET
/
v1
/
webhooks
/
agents
/
tools
/
execute
cURL
curl --request GET \
  --url https://api.comm.com/api/v1/webhooks/agents/tools/execute \
  --header 'Authorization: Bearer <token>'
{
  "message": "Tool executed successfully",
  "tool_result": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

tool_id
string<uuid>
required
call_id
string<uuid>
required
team_id
string<uuid>
required

Response

200
application/json

The response is of type object.