If this is a Digital Bot Flow, not a Bot Flow for voice, then you won't have access to the callback action, so will need to use the APIs through Data Actions to create the callback.
So, assuming you are using a Data Action to create the callback in your digital bot flow, (post /api/v2/conversations/callbacks)
As part of that API call to create the callback you can set data you want to pass along
From there in your Agent Script you can use Inputs (maybe) or another Data Action to access those values to display them to your agents.
------------------------------
Anton Vroon
------------------------------
Original Message:
Sent: 12-08-2024 23:03
From: Essam Butt
Subject: Passing Slot Data to Script
Hi all,
I need some help with my Digital Bot Flow.
I am using Slots to capture input from the user and then scheduling a call back if it's after office hours. The thing that I am stuck with is how can I use this Slot data to pass it to a script that pops up when the callback is made.
Please let me know what I am missing. Thanks,
#ArchitectureandDesign
------------------------------
Essam
------------------------------