Skip to content
  • Tournament Questions

    General tournament portal cloud code api hook
    2
    0 Votes
    2 Posts
    192 Views
    J
    (Post the answer from brainCloud chat channel) Actually, there is a workaround that you can perform the tournament rewards adjustments, Turn off the auto claim Add a post-hook to Authenticate instead <- where auto-claim would normally run And in the post-hook look to see if they have tournament rewards, and if they do, claim them there - performing any award adjustments that need to be made.
  • is there automation scheduled events?

    General event automation portal
    3
    0 Votes
    3 Posts
    266 Views
    Paul WinterhalderP
    Hi Lee, You can schedule jobs in brainCloud using the ScheduleRuleScriptMinutes() or ScheduleRunScriptMillisUTC() calls - http://getbraincloud.com/apidocs/apiref/#capi-script-schedulerunscriptminutes And those jobs can reschedule themselves to run again at another time. You can find an example scheduler script here: https://getbraincloud.com/apidocs/cloud-code-central/handy-cloud-code-scripts/scriptscheduler-script/ Hope that helps! Paul.