Events
Oproto publishes events for real-time integrations and reactive architectures.
Coming Soon
Event documentation is being developed. Check back soon for:
- Event Catalog — All available event types and their schemas
- Subscription Setup — How to subscribe to Oproto events
- Best Practices — Building reliable event-driven integrations
Overview
Events allow you to react to changes in Oproto in real-time rather than polling APIs. When something happens — a company is created, a location is updated, a contact is modified — an event is published.
Event Categories
Events will be organized by domain:
| Category | Examples |
|---|---|
| Company | company.created, company.updated, company.deleted |
| Location | location.created, location.updated, location.deleted |
| Contact | contact.created, contact.updated, contact.deleted |
| User | user.created, user.suspended, user.deleted |
| Tenant | tenant.created, tenant.suspended, tenant.deleted |
Related
- Webhooks — HTTP callbacks for event delivery
- API Reference — REST API documentation