Skip to content

JSON Contact schema

0

I am calling a lambda function which i tested with a sample JSON structure which worked. But when running in situ in a contact flow the function is not getting the Queue name and i think the format of the schema may be different but i cannout find anywhere that i can locate the schema of the in progress call details that my lambda function can query.

Do anyone know where i can find this info please?

asked 6 years ago391 views

1 Answer
0

i found alot of examples for lambda use the JSON schema
But when getting the Queue Name it has changed

You should expect this whilst in the call flow
"Queue": {
"ARN": "arn:aws:connect:eu-west-2:739126103191:instance/instane_ref/queue/739c77ce-5215-44a7-8eb9-d43753d82300",
"Name": "Revenue",

instead of
"Queue": "QueueName",

answered 6 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.