Webhooks
Receive real-time notifications when events happen in Imprest.
Coming Soon
Outbound webhooks are under active development. When available, your application will be able to receive HTTP POST callbacks when events occur in a connected Imprest organization — instead of polling the API for changes.
Contact us at developers@imprest.ai to get early access to the webhook beta.
Planned Event Types
The following event types are planned for the initial release:
| Event | Description |
|---|---|
| invoice.created | A new invoice was created |
| invoice.sent | An invoice was sent to the customer |
| invoice.paid | An invoice was fully paid |
| invoice.voided | An invoice was voided |
| bill.created | A new bill was created |
| bill.paid | A bill was fully paid |
| payment.received | A payment was received |
| contact.created | A new customer or vendor was created |
| bank_transaction.synced | New bank transactions were synced |
What to Expect
When webhooks launch, the system will include:
- Webhook endpoint registration via the API and dashboard
- HMAC signature verification for security
- Automatic retries with exponential backoff
- Event delivery logs for debugging