Add context to inbound calls
context_endpoint
parameter to your bothttp://localhost:8000/my-context-endpoint
that accepts phone_number
as a URL param, i.e.
http://localhost:8000/my-context-endpoint?phone_number=15555555555
.
Now, when either Kian or Ajay call the bot – the prompt will reflect the name of the person
the bot is talking to!
Note: This feature is experimental… improvements and proper authentication coming.