Page 1 of 1

Tourney Reg Open API call

Posted: Sun Feb 04, 2018 12:00 pm
by Tuck Fheman
I have a discord bot that notifies players or tourney starts, but it would be more beneficial if we could notify them of open tourney registrations.

The developer stated that there is currently no way to do notify on registration opening, only on tournament start.

Re: Tourney Reg Open API call

Posted: Sun Feb 04, 2018 12:15 pm
by Kent Briggs
Tuck Fheman wrote:it would be more beneficial if we could notify them of open tourney registrations.
You mean if you set the "Registration period" setting for a tournament, you would like a callback for when that activates? Yeah, I could probably add that. In the mean time, you can use the Timer callback and periodically check the Status field for each tournament to see which ones changed into registration mode since the last check.

Re: Tourney Reg Open API call

Posted: Tue Feb 06, 2018 3:04 pm
by Kent Briggs
Disregard my post above. There is already a Callback Event for notification of tournament registration opening. Use the "Tournament timer event" callback and watch for "RegOpens" in the Timer parameter.

Re: Tourney Reg Open API call

Posted: Wed Feb 07, 2018 6:04 pm
by Tuck Fheman
Kent Briggs wrote:Disregard my post above. There is already a Callback Event for notification of tournament registration opening. Use the "Tournament timer event" callback and watch for "RegOpens" in the Timer parameter.
Thanks!