How to pass queue data to api

Hi team,
I am extraction Candidate name, Email ID and REQID from queue and store it into variable
Now i have api key with authentication for that key i have pass email id and REQID dynamically to get the response.
Note that response is in XML format

@Sandhya_Gajare Using http request activity ,you could pass the data as API and get the response

Hi @Sandhya_Gajare

use Http action and make input type as xml format

image

Regards
Kaviyarasu N

can you give me example how we can pass data dynamically that is email id and REQID