View Categories

Webhooks & Integrations

< 1 min read

Connect TeraInvoice to your other tools via webhooks.

Setting Up Webhooks #

  1. Go to Settings > Webhooks
  2. Click Add Endpoint
  3. 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
Scroll to Top