89
96%
4h
// Submit general feedback
POST /status/v1/feedback
Authorization: Bearer <token>
x-tenant-id: <tenant-id>
Content-Type: application/json
{
"type": "feature_request", // or "bug_report", "improvement", "general"
"subject": "Batch operations for Events API",
"description": "It would be great to support creating/updating multiple events in a single API call for bulk imports.",
"priority": "medium", // low, medium, high
"service": "event-svc", // optional: target service
"metadata": {
"sdkVersion": "@eventzr/event-client@2.5.0",
"environment": "production"
}
}
// Response
{
"data": {
"id": "fb_abc123",
"status": "received",
"estimatedResponseTime": "4 hours"
}
}| Rank | Feature | Votes | Category | Status |
|---|---|---|---|---|
| 1 | Batch API operations | 156 | API Design | Under Review |
| 2 | Custom webhook filters | 134 | Webhooks | Planned Q3 |
| 3 | Python SDK | 112 | SDKs | Under Review |
| 4 | Rate limit increase (Pro) | 98 | Infrastructure | Planned Q2 |
| 5 | GraphQL mutations support | 87 | API Design | In Progress |
| 6 | SDK for Go | 76 | SDKs | Under Review |
| 7 | Webhook delivery logs | 68 | Webhooks | Planned Q3 |
| 8 | Idempotency for all endpoints | 54 | API Design | In Progress |
Report API bugs through the feedback API or directly via email to support@eventzr.com. Critical issues receive a response within 1 hour.
| Priority | Response SLA | Resolution SLA | Channel |
|---|---|---|---|
| Critical (P0) | 1 hour | 4 hours | Email + Slack + SMS |
| High (P1) | 4 hours | 24 hours | Email + Slack |
| Medium (P2) | 1 business day | 1 week | |
| Low (P3) | 3 business days | 2 weeks |
Join the EventZR developer community to discuss API usage, share integrations, and connect with other developers.
| Channel | Purpose | Access |
|---|---|---|
| GitHub Discussions | Technical Q&A, feature requests, bug reports | Public |
| Discord Server | Real-time chat, community support | Public (invite link) |
| Developer Blog | Tutorials, best practices, case studies | Public |
| Monthly Webinar | API updates, live Q&A with engineering team | Registered developers |
| Method | Endpoint | Description | Auth |
|---|---|---|---|
POST | /status/v1/feedback | Submit feedback (feature request, bug report, etc.) | Required |
GET | /status/v1/feedback | List your submitted feedback items | Required |
GET | /status/v1/feedback/feature-requests | Browse all public feature requests | None |
POST | /status/v1/feedback/feature-requests/:id/vote | Vote on a feature request | Required |