Skip to main content
Question

Do we need to add anything in the manifest file to enable contact matching via findContact()

  • July 11, 2025
  • 0 replies
  • 38 views

Hi team,

I'm implementing the findContact() interface in a custom RingCentral App Connect adapter. The function is being called correctly, and I’m returning a matching contact (with correct id, name), but App Connect is not showing the contact

 

Do we need to declare or configure anything specific in the manifest.json file for contact matching to work?

  • Is there a required capability flag, feature declaration, or permission that must be enabled in the manifest?

  • Are there any fields like features, permissions, or something else needed for findContact to trigger UI updates?