Message |
[+]
Engagement Designer
» I want to change the outgoing destination, 05/12/2022 01:41:36
» Go to message
|
|
yes it should be possible, please let know if this does not work or run into some issue
|
 |
[+]
Engagement Designer
» How to check day of week and time check in ED. , 27/10/2022 04:04:04
» Go to message
|
|
You can check time by substringing like
getCurrentTime().toString().substring(11,13) > 09
etc
unfortunately there is nothing to get day of week. We can add it in next version of ED. No you can not write custom js
|
 |
[+]
Engagement Designer
» How to cancel/drop the participants after call forwarded triggered, 17/10/2022 05:58:47
» Go to message
|
|
Forward call is already completed and has performed its work, it can not be canceled
Can you try drop participant with target agent instead
|
 |
[+]
Engagement Designer
» How to identify the caller Status in Engagement designer , 16/09/2022 02:36:53
» Go to message
|
|
There should be participant dropped event which contains eventing party, called and calling parties
you can check eventing party, whether it matches calling or called
|
 |
[+]
Engagement Designer
» Make Call - Click to Call from website, 14/06/2022 07:03:12
» Go to message
|
|
Can not customer number be used as 1st party and users as 2nd party ?
|
 |
[+]
Engagement Designer
» Engagement Designer 3.8 - Read From DB issue, 13/05/2021 04:32:16
» Go to message
|
|
no, i was incorrect
we tested and seems dbname.dbtable is working as well
we are able to get input schema in designer and are able to run instance as well
Can you please share your ED logs (debug level)
Also can you please confirm that your db is setup correctly with schemas/tables/permissions
|
 |
[+]
Engagement Designer
» Engagement Designer 3.8 - Read From DB issue, 03/05/2021 05:57:50
» Go to message
|
|
Hi, there seems to be issue using dbname.dbtable
can you please try with just select * from dbtable, and let know if it works or not
we are making a fix for dname.dbtable to work as well for next release of ED
|
 |
[+]
Engagement Designer
» Engagement designer 3.8 issue, 29/04/2021 07:59:22
» Go to message
|
|
Marcus, can you please attach these two things so that we can check why it is not working
(1) export workflow, attach here
(2) debug level log full file
It would be very useful to have the above to debug the issue effectively
|
 |
[+]
Engagement Designer
» Engagement designer 3.8 issue, 27/04/2021 05:11:09
» Go to message
|
|
can you please enable debug level logging for ED, run the scenarios again, and attach ED logs here
|
 |
[+]
Engagement Designer
» Output Schema: 'number' is a keyword, cannot be used as 'property name', 22/02/2021 03:35:43
» Go to message
|
|
Hi i understand that you are probably not able to workaround this, and we would work on this on priority
|
 |
[+]
Engagement Designer
» Output Schema: 'number' is a keyword, cannot be used as 'property name', 19/02/2021 03:03:30
» Go to message
|
|
yes, currently number has been reserved as keyword.
We are checking if we can remove this restriction
|
 |
[+]
Avaya Breeze
» help with setup call intercept from CM to ED, 17/11/2020 03:27:45
» Go to message
|
|
If possible can you please post the workflow (exported as xml), and also relevant portion of logs
|
 |
[+]
Engagement Designer
» How can you specify an array in the payload field when using the rest web services in engagement des, 16/07/2020 00:57:20
» Go to message
|
|
Hi Edward,
if you map values to this schema and execute the REST task, you would get something like
{toAddress: .. , fromAddress: .. , }
is this not your target payload ?
|
 |
[+]
Engagement Designer
» EVENT based Trigger part of ED Workflow, 06/07/2020 07:02:06
» Go to message
|
|
Hi, asked this to Oceana team, here is the response from them
few questions :
1. Event should exist in eventCatalog… are you going to create a new one manually?
2. CService kicks off the events to ED based on ExternalConversationInteractions. How would CService know anything about this new event?
3, are you going to edit workflow to have this new event
If you can get above to work, then
- Priority Change ( Increase/Decrease)
- Attributes Changes ( Re-queue the email to a different team)
Yes it is possible. There are “Modify Attributes” and “Match Update” tasks that we can use to modify priority and attributes.
- Drop the contact (Close the contact with some closure reason)
[from oceana team] To drop the contact…I am not sure. All ED can do is to send an error back or send any Rest request they want (using RestService task) to close a contact. So probably possible, but how will Oceana react…I don’t know.
[form me] possibly you can terminate the workflow instance or send call ended event
- Assign to a specific agent
I think this means asking for a specific agent…I don’t think it is possible for a Queued contact … once requested for a service it is not possible to update with agent specific details. But if they start off asking for a specific agent, upon Queueing against that agent they can later MatchUpdate by adding a service. The MatchUpdate task can only add a service not an agent. But there is something called TransferToUser…where Supervisor can answer the contact and transfer to a specific agent.
|
 |
[+]
Engagement Designer
» Sending SMS messages for 'On Hold' interactions. and Processing "STOP" SMS messages., 06/05/2020 07:42:24
» Go to message
|
|
Hi Edward, Engagement Designer/worfklow is not storing those messages, as you are guessing they may be stored somewhere in Oceana. You would have to ask this from Oceana Product management team
|
 |