Changelog
2.9.3
December 18, 2024
If you've had the app prior to November 2024 and have not yet upgraded, please check out our special upgrade notes.
Bug Fixes
- Under certain situations, the User @mentions weren't working for Channel Structured Notifications.
Other bugs and maintenance items.
2.9.1
December 15, 2024
Bug Fixes
- Missing instruction for Teams API Permission.
- Properly handle blank email/display names when creating Group Chat.
Other bugs and maintenance items.
2.9.0
December 6, 2024
New Features
- Retrieve messages from a Group Chat / Channel
- Retrieve replies from a single Message
- Improve layout for Structured Notification configuration screen
- Adjust instructions for adding the Bot to a Team, due to new MS Teams User Interface changes
Bug Fixes
- Bot with 0 API permissions didn't give a nice user experience
- Links to this documentation site from the Setup Assistant did not always open in a new tab.
Other bugs and maintenance items.
2.8.1
November 10, 2024
Special Upgrade Notes
To take advantage of the new features in this version, you will want to upgrade your Teams App Manifest to our latest version (1.2.0). To get Started:
- In Salesforce, open the App Launcher, navigate to Teams Bots
- Visit the Lightning Record Page for the Bot you created.
- Take note of the missing permissions for features that you will need.
- In the Additional tab, download the Manifest.zip file and share with your Teams Admin.
- Have the Teams Admin go to the Teams Admin Center and update the App using the new Manifest.zip file.
- Have the Teams Admin go to the Azure Portal's App Registration page (direct link on the Bot record) to add any new optional API Permissions.
New Features
- Send Direct Messages to Users
- Create Group Chats (requires updating Manifest.zip for bots to version 1.2.0)
- Send Simple Messages to Group Chats (requires updating Manifest.zip for bots to version 1.2.0)
- Add Deep Links to various Microsoft Bot Configuration pages in Bot Record Page
- Ability to Regenerate Manifest.zip for existing bot
- Enhance preloaded testing messages to include more Markdown examples
- Ability to change Bot Secret when needed
Bug Fixes
- Presence component did not show error if there was no Active Bot
- Teams Tag names with spaces couldn't be found when Mentioned
- Channel's Simple Notification markdown formatting not right, due to using a Card instead of plain text message
Other bugs and maintenance items.
2.7.1
September 21, 2024
New Features
- Improve instructions for Teams Admin
- Publish platform event when notification sent, allowing storing the message Id for future use.
- Allow "primary" channels not named "General"
Bug Fixes
- Fix issue with credentials not being deleted if a Bot is deleted.
- Add missing instructions for Channel CRED Permission Set
Other bugs and maintenance items.
2.5.2
September 12, 2024
Bug Fixes
- Fix error preventing the selection of Global Variables (such as $User or $Record) using the resource picker while configuring a Flow Action.
Other bugs and maintenance items.
2.5.1
September 2, 2024
New Features
- Add documentation link for Bot Permissions component
Other bugs and maintenance items.
Older Releases
2.5.0
August 21, 2024
New Features
- Add display for Bot Permissions granted
- Custom Property Editors for Flow Use a Resource Picker input for Custom Property Editors of Flow Actions.
- Add direct links to documentation on many screens
- Compact Mode for Presence Component
- Replace Advanced Notification Test message to have relevant example
- Provide error messages for mis-configured Presence Component
Bug Fixes
- Prevent error in JSON Manifest generated when an ID is pasted with a space
- Improve performance of Setup Assistant polling for current status
- Adjust deep link to Teams page after Microsoft changed to v2 of the UI
- Adjust some sample values for Structured Message testing
Other bugs and maintenance items.
2.4.0
July 4, 2024
New Features
- LWC to Display User Presence & start Chats
2.3.0
June 19, 2024
New Features
- Create Teams Channel
- Archive Teams Channel
- Delete Teams Channel
- Add Member to Channel
- Allow Channel ID to be manually provided to Flow Actions
- Add Permission Set for run-time users to create channels
Other bugs and maintenance items.
2.2.0
May 31, 2024
New Features
- @Mention Users
- @Mention Team's Tags
- Tokens making it easier to leverage org info, such as URLs
- Create page layouts for Bot & Channel custom objects
Other bugs and maintenance items.
2.1.0
April 4, 2024
Initial release of current codebase