1. Transient applies all around. It is NOT only for inbound.
2. This is transient.
https://docs.vapi.ai/examples/inbound-support
3. Almost anything dynamic will be transient - the dashboard does not have that information. Could it be there, yes? Should it prob not.
Sahil gave a piece of code out earlier, I think that would be a good start.
4. Also just put the numbers in a spreadsheet and pull from there. Yea the numbers may change a lot, but he should be able to at least put them somewhere to be pulled from.
5. I have to think a bit more, but if Sahil did it with that code it is for sure possible. You don't need to update the tool during the call at all.
Thinking ( You could return the proper number by filtering ). If it is based on information from the call you can create routers/filters. "If the information says this" pull this number.
It is not to different then the inbound example I attached.