Trying to use the VA API via Postman to call a specific VA topic is failing.

Shubham47
Tera Expert

I'm attempting to use the VA API via Postman to call VA topic. It appears that the topic am attempting to call is not being taken into consideration. Since need to route chats to different queues based on user selection, assumed that calling topics would hit different queues. Is there another way to accomplish this, such as including something in the request body?

{
  "requestId""123-xxxx-xxxx-xxxx",
  "clientSessionId""123-xxx-xxx-xxx",
  "token""statictoken",
  "action""SWITCH",
  "topic": {
     "id""xxxxx"
  
  },
  "userId""guest"
}
1 ACCEPTED SOLUTION

Shubham47
Tera Expert

I could achieve this using context variables in API.

View solution in original post

5 REPLIES 5

Shubham47
Tera Expert

I could achieve this using context variables in API.