cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
201
Views
1
Helpful
2
Replies

WebEx CC Outbound Dial using Desktop SDK

uzair.anwar
Level 1
Level 1

I am working on integration tasks where I need to make an outbound call using the JavaScript WXCC Desktop SDK. How can I get the entryPointId    by using js Desktop SDK ?  The code snippet I’m using is taken from an example provided in the GitHub repository.

uzairanwar_0-1730817030390.png

 

1 Accepted Solution

Accepted Solutions

gkovanis
Cisco Employee
Cisco Employee

Hello @uzair.anwar ,

The EntryPoint ID can be found in two ways:

  • From the Control Hub, by opening that Entry Point and checking the ID on top.
    Screenshot 2024-11-05 at 16.06.09.png
  • Using the List Entry Points API.

Easiest solution is, of course, the first one if you are looking for a specific Entry Point to hardcode.

Kind Regards,
George

 

 

View solution in original post

2 Replies 2

gkovanis
Cisco Employee
Cisco Employee

Hello @uzair.anwar ,

The EntryPoint ID can be found in two ways:

  • From the Control Hub, by opening that Entry Point and checking the ID on top.
    Screenshot 2024-11-05 at 16.06.09.png
  • Using the List Entry Points API.

Easiest solution is, of course, the first one if you are looking for a specific Entry Point to hardcode.

Kind Regards,
George

 

 

@gkovanis thank you for your response.