Service URL for Notification-Only Teams Bot

Viewed 592
1 Answers

Service URL are unique to region, not tenant.

You can cache the team and user details when bot is added to a team in conversation update bot event. You could use it later to send messages.

Related