How to identify agent / call in API Request Tool ?
# support
j
I'd like to make contextual requests to my API and be able to respond with information related to the caller or the number he's calling. How can I pass some context to the tool call ? (call_id seemed like the most obvious)
c
Either extract it from the [message.call](http://message.call) payload in your webhook or use the built-in get_call tool within the assistant to fetch and forward it as parameters..
j
I don't receive any message.call on my API when receiving the API Request call, only the fields specified in the tool settings
c
Ensure the tool is registered in your assistant and invoked inside the actual call flow, not outside or prematurely..
2 Views