Hi @石川 敦己
Great to know that the issue has already been resolved and thanks for sharing the solution so that others experiencing the same thing can easily reference this! **Since the Microsoft Q&A community has a policy that the question author cannot accept their own answer. They can only accept answers by others, I'll repost your solution in case you'd like to Accept the answer to help more users who encounter the same problem.
**
Case title: How to Implement a "Notification-Only Bot" in Microsoft Teams Without Using Bot Framework SDK
Issue Symptom: How to Implement a "Notification-Only Bot" in Microsoft Teams Without Using Bot Framework SDK
Resolution: According to the Microsoft documentation, notification-only bots are designed to send notifications to users without requiring user interaction. You can enable the field in your app manifest to specify that the bot is notification-only. isNotificationOnly
You can use the REST API to send notifications to users. The endpoint you mentioned (https://smba.trafficmanager.net/teams/v3/conversations) is correct. You need to include the access token and the necessary parameters such as user ID, tenant ID, and bot ID