Retrieve callback numbers Workfllow

Hi guys need some help.

I have created workflow that is enabled by a trigger with ACW event. Everything is working OK, i get all callback data, conversation, participant etc as documentation says, but... i have no idea of whay to get the variable
"callbackNumbers".

I have access to the others variables.

image

Wich variable type is CallbackNumbers and wich variable type i have to use in the workflow. Event is having the number :slight_smile:

image

Hi @DanielG1

callbackNumbers is an array in that schema so String Collection variable in workflow should work.

Yes, i see, and i tried with Array(String) but it doesn´t work. Accesing to the numbers with variable[0] is not getting anything. Working with arrays is somehting that i did in other flows, but that workflow seems to be not the same with numbers array :frowning:

TopLevelPrimitives: The top level primitive fields (strings, enums, numbers, and booleans) of the event are sent to the workflow.

I think you need to send whole event as JSON object and extract required fields.

Good point, i will check it.
Tnx Zubair

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