I'd like to get a call to my API from Teams when a new project is created. Something like this one but the other way around.
When a user creates a new project in Teams, I need to get notified about that and learn the ID of the creator and the project itself, possibly with some extra parameters.
When I google that issue, I only get info on the notifications in the GUI and questions on how to programmatically create the project from the custom application. I'm new to how Teams work and may be missing something obvious, though. What terms should I aim for to get more info? I've seen some suggestions on relying on a bot but I wish my integration to be automatic, not relying on user input (other than creating the new project/team).