How to get values on XCALLY from Vidaoo automation
If you configure an XCALLY webhook automation and you want to get values as variables in XCALLY routing, you can follow this procedure.
In this way you can create a Vidaoo automation (triggered when certain events occur, such as when a new meeting is created or when the first participant logs in to the meeting) and use data sent from Vidaoo to XCALLY.
The automation uses Open Channel and on XCALLY it’s possible to assign values to variables.
On Vidaoo, you can create an automation that is triggered when a meeting is created and you can add a Webhook
In the webhook, you need to enter in Url field the receive url of your XCALLY Open Channel Account, then create a POST, by inserting in the Body values that you want. E.g. the value <$data.metadata.long$> corresponds to key cf_20
Â
On XCALLY, variables are automatically generated, named in the same way as the keys specified in the automation body.
So on Open Channel account, you can value the variable by using in the routing account the Noop Application with the same key generated in the webhook body, so with the sintax {{keyname}}.
You will find in logs the result with the valued variable.
Â