Teams SendMessageToSelf is not support in WorkIQ
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 1k
- Forks
- 132
- Avg merge
- 5d 19h
- Merged PRs (30d)
- 6
Description
The teams resource file lacks information on how to send yourself a Teams message. As Chats require two members to be listed, a special chat-id must be used for notes to self.
Details:
- Use reserved self-chat ID 48:notes
- create_entity on /me/chats/48:notes/messages
I don't have anything in a public repo available but here's a patch (generated by Claude) that updates the teams resource file to enable this functionality.
I have tested this and it's now used widely across my company.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the Teams resource file and the attached patch first. Verify that self-messaging uses the reserved 48:notes chat ID with create_entity on /me/chats/48:notes/messages; done means the resource supports sending a message to the current user, with the behavior checked against the reported usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100