JSON in Workflow

Hello All,

I am using the 'Get Conversation Data' to get participant info when my event is triggered and hits my workflow. I am able to use flow.conversationId to pull the ID. I can then get the ani and queueId. I am having trouble getting the queueName.

Is there a way to access the Conversation JSON using JSON path? Or, some other method.

Thanks.

Hi, What topic are you using?

Hi Zubair,

I am using voicemail.end.

Thanks

Hi Matt,

It seems like only queue ID is advertised for this topic, not the Name. Given that you have the queueId, I suggest using "Find Queue by ID" action in your workflow to get the Queue Name

Hello,

Indeed, as @zubair just explained, you can resolve the queueId in its name in your workflow, using an Architect expression: FindQueueById(YOUR_QUEUE_ID).name

Regards,

Thanks, guys. I appreciate your responses.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.