Skip to content

Instantly share code, notes, and snippets.

@NielsGregers
Created February 19, 2021 10:12
Show Gist options
  • Save NielsGregers/8762095807af3ad1ae6ff083328cb610 to your computer and use it in GitHub Desktop.
Save NielsGregers/8762095807af3ad1ae6ff083328cb610 to your computer and use it in GitHub Desktop.
execute $hexatown requests { # Invoke request handle loop
write-host $request.id $request.Title # Script invoked pr. new request
# 1/0 # In case of an error, that is catched and logged
return "Has been handled" # Return approriate values
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment