Skip to content

AutoGG (API)

Auto API GG sends a message from a custom API endpoint when a match ends, adding variety and humor to your post-game messages.

  1. When a match ends, CoralProxy makes a request to your configured API URL
  2. The API response (with Accept: text/plain header) is sent as a chat message
  3. Default API: https://icanhazdadjoke.com/ (random dad jokes)
  1. Enable Auto API GG in settings
  2. Enter your API URL (or use the default)
  3. Click “Test API” to verify the endpoint works

Your API must:

  • Return plain text (not JSON or HTML)
  • Respond to requests with Accept: text/plain header
  • Return a valid chat message (no links allowed)
  • Respond within a reasonable timeout

If the API:

  • Fails to respond
  • Returns invalid data
  • Returns a link
  • Times out

The system will fall back to sending “gg” instead.

This feature is mutually exclusive with Auto GG. Enabling one will automatically disable the other.

Using the default dad joke API, your post-game messages might be:

  • “Why don’t scientists trust atoms? Because they make up everything!”
  • “What do you call a bear with no teeth? A gummy bear!”