Insight Summary Completed

insights.summary.completed

This webhook triggers when a Periodic Insight Summary finishes generating e.g. weekly summary.

Event Message

The table below describes the structure of the event.

FieldDescriptionValues
customer_idThe customer identifier that this event relates to
created_atAn RFC3339 timestamp of the generation time
summary_detailsThe details of the generation
summary_details.granularityThe period which the summary was generated fordaily, weekly, biweekly, monthly, quarterly, six_monthly, annually
summary_details.startTimestamp for the beginning of the summary period
summary_details.endTimestamp for the end of the summary period
summary_details.summary_idUnique identifier for the generated summary

Examples

{
  "customer_id": "e3fb40ca-9596-4fde-8361-23889139d6fc",
  "created_at": "2024-12-12T11:45:47Z",
  "summary_details": {
    "granularity": "weekly",
    "start": "2024-12-02T00:00:00Z",
    "end": "2024-12-08T23:59:59Z",
    "summary_id": "a02fd1e0-0e4e-49ec-a160-7a1a279d8b72"
  }
}

How And When Is This Event Triggered

Legend

IconDescription
Summaries are generated once the week summary period has finished.
There must be enough data for at least 5 cards to create a valid summary.