Table of Contents
Connect TeraInvoice to your other tools via webhooks.
Setting Up Webhooks #
- Go to Settings > Webhooks
- Click Add Endpoint
- Configure:
- URL: Your webhook endpoint
- Events: Which events to send
- Description: Optional description
Available Webhook Events #
| Event | Description |
|---|---|
invoice.created |
New invoice created |
invoice.sent |
Invoice sent to client |
invoice.viewed |
Client viewed invoice |
invoice.paid |
Payment received |
invoice.overdue |
Invoice became overdue |
client.created |
New client added |
payment.received |
Payment processed |
Webhook Payload #
Webhooks include:
- Event type
- Timestamp
- Full resource data
- Signature for verification