I have a similar concern same as this: Fetching E-mail Address for Web Surveys
I want to get variables from the inbound call and use it in survey invite.
here is the sample response from the API
{
"id": "b1865db7-d8f0-4eba-8e44-8d6443b64daf",
"externalTag": "QUEUE TO TECH",
"startTime": "2023-08-04T08:42:30.382Z",
"endTime": "2023-08-04T08:43:50.397Z",
"address": "sip:69f007fa-6f4d-4acb-85bf-dd632ab8e264@127.0.0.1;language=en-US;user=ivr",
"participants": [
{
"id": "ea4022f2-2ef8-4d67-be99-006dbaa831de",
"startTime": "2023-08-04T08:42:30.376Z",
"endTime": "2023-08-04T08:43:45.953Z",
"connectedTime": "2023-08-04T08:42:30.716Z",
"name": "Mobile Number, Philippines",
"externalContactId": "6c18bc7a-90b8-429a-8deb-7d231359cada",
"queueId": "99dca803-1831-4f47-b8f8-28a325df3c1a",
"queueName": "TestTechnicalQueue",
"purpose": "customer",
"participantType": "External",
"address": "tel:+639923123412",
"ani": "tel:+639923123412",
"aniName": "",
"dnis": "tel:+6328672231",
"wrapupRequired": false,
"mediaRoles": [
"full"
in my case I would like to get the values for address or ani, but it is not reflecting in the output of data actions