Possible to send messages to other managers?
Hello!
I'm trying to build a small app where managers in a league can send messages to each other -- either privately (via email), or through the official message board. I can't figure out how to do it, as there isn't any documentation I can find on how to send messages.
I found one example online that showed how one can retrieve messages, making a GET request to: /league/{league_key}/messages. Is it possible to also send messages, by perhaps making a PUT request to this same URL? Does anyone know if it's possible to send messages to managers in your league, and/or look up their email addresses to send them emails?
Thanks!
by
2 Replies