0:05
hello everyone In this video we are
0:08
see how to allow agents to manually
0:13
transfer Salesforce messaging sess
0:15
sessions that are stuck in the queue to
0:18
Einstein bot As of now it is a manual uh
0:22
process which will allow the agents to
0:25
transfer Maybe in the future if it is uh
0:28
available with uh record trigger flow or
0:32
uh uh through apex then it will be a
0:35
manual instead of manual it will be a
0:37
automatic process In order to achieve
0:40
this I have created a screen flow in the
0:44
welcome screen I am displaying the
0:48
ids here IDs is an input
0:52
variable in the flow Make sure the API
1:00
sensitive So this is the variable I'm
1:03
displaying it on the welcome screen Next
1:05
I'm making use of route workflow
1:08
element Instead of single I'm using
1:11
multiple because I wanted to transfer
1:14
multiple messaging session records to
1:18
bot Route two I have selected enhanced
1:21
bot And in the enhanced bot I have
1:23
selected my enhanced uh Einstein bot For
1:27
the fallback Q I have selected a
1:30
Q Next in the messaging session object I
1:39
button with the button or link URL as
1:43
/flow slash the API name of
1:50
So this flow will be invoked when this
1:53
transfer to bot list view button is
1:57
clicked As of now in my Salesforce or I
2:02
don't have any waiting messaging
2:03
sessions Let's initiate a messaging
2:13
session I'm going to say
2:18
It is waiting for an agent to pick it up
2:21
Let's go to Omni supervisor also to
2:33
that all the agents are not available in
2:37
the Q's backlog In the messaging session
2:40
total waiting is one So now if I go to
2:43
messaging sessions and if I select
2:46
waiting messaging sessions So this is
2:52
sessions but the status equals to
2:57
If I select it and if I click transfer
3:00
to bot list view button it will get the
3:05
messaging session record ids which I
3:08
selected in the ids uh variable and then
3:12
it will display that and then it will
3:14
route it and then in the final screen it
3:17
will say that it is transferred to the
3:22
bot Let's select it Click transfer to
3:27
bot So this is the messaging session It
3:30
is going to transfer it to the bot As of
3:33
now it is still waiting for the agent
3:36
Since the agents are not available as in
3:39
service supervisor I'm going to assign
3:42
this to my Einstein bot So click
3:46
next Okay The selected messaging
3:48
sessions is are transferred to the bot
3:51
Now let's verify whether it is
3:52
transferred to the bot Yes Once I
3:55
transferred the bot joined and the
3:58
welcome dialogue on the main menu
4:02
executing So with the help of screen
4:06
flow and a list view button we can allow
4:10
agents to manually transfer stuck
4:13
Salesforce messaging sessions to the
4:29
helpful Thank you for watching