OfficeDev / microsoft-teams-apps-company-communicator

Company Communicator app template
MIT License
329 stars 401 forks source link

Post new message to user list by csv file #1494

Closed clecca closed 2 months ago

clecca commented 3 months ago

Error en el mensaje:

Errors Failed to prepare the message for sending:The orchestrator function 'SyncRecipientsOrchestrator' failed: "Invalid audience select for notification id: 2516822752142608683". See the function execution logs for additional details.

file csv image

tiwariShiv7 commented 3 months ago

Hi @clecca , Thanks for raising the query.

Please recheck graph app API permissions and make sure no permission is missing. Hope you have updated manifest section within graph app registration.

Please cross verify the secrets. Here is the procedure for comparison.

Go to app registration-->open author app registration-->click certificate and secrets-->Grab secret value(not id)

Go to azure portal-->Go to resource group(Where the deployment has been done)-->Select keyvault from list of resources

Go to Access Policy--> Click on Create

image

Select Key, secret and certificate management

image

Give the Id through which one can view the secrets

image

3rd step is optional Go for Review+Create Then go to Secrets. You will be able to view the secrets. Compare each app secret from keyvault with app registration secret.

clecca commented 3 months ago

Thank you very much, however, I notice that the option is not available in the latest version 5.5.2, because I have updated correctly and the option of UPNs by CSV does not appear anymore. Is this correct?

v-jaygupta commented 3 months ago

It appears from the previous conversation that you were utilizing a customized version of the app, rather than the official one, which includes features such as sending messages via CSV, among others. This feature is on our backlog, and we plan to implement it in upcoming releases based on priority and available resources; however, we do not have an estimated time for its completion.

microsoft-github-policy-service[bot] commented 2 months ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.