Microsoft Teams Connector

0
I am trying to integrate MS Teams Connector to send message to MS teams channel. But I am not able to download it from Marketplace. The download button is disabled. Attached Screenshot. Can anyone help in this?
asked
3 answers
0

Dear Samrat Ghosh,

I encountered a similar issue, and it appears that Mendix does not support this module beyond version 10. However, there’s a workaround you can follow:

  1. Create a dummy project in Mendix version 9.
  2. Download the Microsoft Teams Connector module within that demo project.
  3. Export the module to your local machine.
  4. Import the module into your Mendix version 10 project.

By following these steps, you should be able to use the module in your version 10 project.

Happy Mendix Development!

answered
0

The MicrosoftTeamsConnector [1.0.6] can not be exported. It is an add-on, those can not be exported.

answered
0

Alternatively, you could try the more generic MS Graph Connector

answered