I'm following a tutorial on Twilio TaskRouter. I have successfully set up a workspace, workflows, activities, taskqueues and workers. Currently i am looking at this documentation at step 3:
When my twilio number recieves an inbound call, my server returns a enqueue instruction. When a worker is reserved for my newly created task, my AssignmentCallback endpoint is hit.
My question is: How to i retrieve the phone number of the caller in my callback?
Thank you in advance!