Events
Audit log of webhook events delivered (or attempted) to your endpoints.
Every webhook event Dolores emits lands in the events log, regardless of whether delivery succeeded. Use this surface to debug missed deliveries and to manually replay events past the auto-retry window.
GET /v1/events— List eventsGET /v1/events/{id}— Retrieve an eventGET /v1/events/{id}/deliveries— List delivery attemptsPOST /v1/events/{id}/deliveries/{delivery_id}/retry— Replay a delivery
Send a message by external thread id
One-endpoint integration for simple widgets: identifies the conversation by **your** thread id, creating it automatically on first use (and again after a previous conversation under the same id ended). Otherwise identical to `POST /v1/conversations/{id}/messages` — same response shape, same `actions` contract. `customer` and `metadata` are applied only when the call creates the conversation.
List events
Returns events delivered (or attempted to be delivered) for this project. Useful for audit/forensics when a webhook handler missed something.