Hi All,
my first post in the forum so please bear with me. 😊
I want to send a notification to a team just like you can do through the UI via @TeamABC, but as far as I can see it is only possible to choose user_id as identifier for the graphql mutation. Is it possible to address a team somehow?
My workaround so far is to extract all the users for a given team and notify them one-by-one, but it is not very elegant.