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.
How it Works
Section titled “How it Works”- When a match ends, CoralProxy makes a request to your configured API URL
- The API response (with
Accept: text/plainheader) is sent as a chat message - Default API: https://icanhazdadjoke.com/ (random dad jokes)
Configuration
Section titled “Configuration”Setting Up
Section titled “Setting Up”- Enable Auto API GG in settings
- Enter your API URL (or use the default)
- Click “Test API” to verify the endpoint works
API Requirements
Section titled “API Requirements”Your API must:
- Return plain text (not JSON or HTML)
- Respond to requests with
Accept: text/plainheader - Return a valid chat message (no links allowed)
- Respond within a reasonable timeout
Fallback Behavior
Section titled “Fallback Behavior”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.
Fun Example
Section titled “Fun Example”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!”