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 forfindContactto trigger UI updates?
