Smokeball · Example Payload

Smokeball Webhook Example

LegalLaw FirmPractice ManagementMattersContactsDocumentsBillingTrust AccountingTime Tracking

Smokeball Webhook Example is an example object payload from Smokeball, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idurltopicsstatussecretcreatedDate

Example Payload

Raw ↑
{
  "id": "d0e1f2a3-b4c5-6789-de01-789012345678",
  "url": "https://your-app.example.com/webhooks/smokeball",
  "topics": [
    "matters/created",
    "matters/updated",
    "contacts/created",
    "tasks/completed"
  ],
  "status": "Active",
  "secret": "your-webhook-signing-secret",
  "createdDate": "2024-01-01T00:00:00Z"
}