🎮 Beta Gamer

Webhooks — connect4

Connect 4-specific webhook events, in addition to the standard events.

Events

EventWhen it fires
connect4.threatA player has 3-in-a-row with at least one open end

connect4.threat

FieldTypeDescription
playerIdstringPlayer who created the threat
columnnumberColumn index (0–6) of the most recent piece placed
directionstring"horizontal" | "vertical" | "diagonal"
{
  "event": "connect4.threat",
  "data": { "playerId": "user_123", "column": 3, "direction": "horizontal" }
}
Beta Gamer GaaS API — questions? support@beta-gamer.com