Page 1 of 1

admin messages

Posted: Mon Jul 10, 2017 3:29 pm
by social
I see how I can send admin messages to individual tables from the dashboard...by selecting a table...
but is there any way to send a message which will appear in ALL Table Chats at the same time?

Re: admin messages

Posted: Mon Jul 10, 2017 5:02 pm
by Kent Briggs
social wrote:I see how I can send admin messages to individual tables from the dashboard...by selecting a table...
but is there any way to send a message which will appear in ALL Table Chats at the same time?
Just select multiple tables before clicking the Message button. You'll have to do that twice if you want to cover all ring tables and all tournament tables since those are in separate lists.

Re: admin messages

Posted: Mon Jul 10, 2017 5:27 pm
by social
Yeah, I was thinking in terms of using the api for post and get commands...

Re: admin messages

Posted: Mon Jul 10, 2017 6:37 pm
by Kent Briggs
social wrote:Yeah, I was thinking in terms of using the api for post and get commands...
From the API docs:

RingGamesMessage - sends an Administrator message to the chat box for the ring game specified by the Name parameter. Put the text of the message in the Message parameter. Use an asterisk (*) as the Name parameter to send the message to all ring game tables.

TournamentsMessage - sends an Administrator message to the chat box for all tables in the tournament specified by the Name parameter. Put the text of the message in the Message parameter. Use an asterisk (*) as the Name parameter to send the message to all tournaments.