Click to Dial from Contact Center App Instead of Zendesk Talk | Community
Skip to main content

Click to Dial from Contact Center App Instead of Zendesk Talk

  • March 18, 2025
  • 1 reply
  • 0 views

Sharjeel11

Hello Zendesk Community,

I have integrated my Contact Center as an iframe inside Zendesk Support CRM by developing and installing a private application. Currently, I am using the trial version of Zendesk Support CRM.

 

Issue 1: "Call This Number" Option Disabled

  • I have added a customer with a phone number in Zendesk.
  • When I click on the phone number inside a ticket or customer profile, the "Call This Number" option is disabled.
  • My goal is to trigger an event when a phone number is clicked so that I can capture the number and send it to my Contact Center for dialing.
  • Is there any API, event listener, or configuration that allows me to enable this functionality?

Issue 2: Zendesk Talk Partner Redirection

  • To troubleshoot the above issue, I installed the trial version of Zendesk Talk Partner.
  • After enabling it, the "Call This Number" option became available.
  • However, clicking on it redirects to the Zendesk Talk Partner app instead of my Contact Center.
  • I need Zendesk to send the phone number to my Contact Center for dialing instead of launching Zendesk Talk.
  • Is there any way to override this behavior so that calls are handled by my private app?

Expected Behavior:

  1. When clicking a phone number, an event should be triggered with the phone number in the payload.
  2. My private app (embedded iframe Contact Center) should capture the event and pass the number to my Contact Center for dialing.
  3. The default behavior of opening Zendesk Talk should be bypassed.

Questions for the Community:

  • How can I enable "Call This Number" in Zendesk without using Zendesk Talk?
  • Is there a way to listen for the phone number click event inside my private app?
  • Can I override the default dialing behavior in Zendesk to integrate with my own Contact Center?
  • Is this functionality restricted in the trial version? Would the full version allow customization?

I’d really appreciate any insights, workarounds, or documentation references!

Thanks in advance! 🚀

Best Regards,

Sharjeel Akram

Junior Software Engineer

1 reply

Widson
  • March 19, 2025

Hi Sharjeel Akram,

I’m glad to hear you’re developing an integration using the Talk Partner Edition APIs. Here’s the documentation you need, including details on how to use the voice.dialout event for click-to-call, which will help you achieve your use case.

 

https://developer.zendesk.com/documentation/voice/talk-partner-edition/building-telephony-integration-features/

https://developer.zendesk.com/documentation/voice/talk-partner-edition/making-calls-by-clicking-a-phone-number-in-support/