Notification Webhook
This documentation includes the returned json structures of webhook notification
Gneral Structure
All notification webhook will return in format below:
{
"type": "go_api_quota_exchange_failed",
"time": 1709035361,
"message": "Test",
"detail": {}
}
The Structure of detail for different notification types
Notification Type | type | detail |
---|---|---|
GoAPIQuotaExchangeFailed | "go_api_quota_exchange_failed" | { |
MJPenaltyTriggered | "mj_penalty_triggered" | { |
MJBotBannded | "mj_bot_banned" | { |
MJBotSubscriptionExpired | "mj_bot_subscription_expired" | { |
NoActiveMJBot | "no_active_mj_bot" | {} |
MJBotNoFasthour | "mj_bot_no_fasthour" | { |
GPTAccountUnavailable | "gpt_account_unavailable" | { |
GPTUsageLimitReached | "gpt_usage_limit_reached" | { |
MJBotCaptchaRequired | "mj_bot_captcha_required" | { |