Insights Spending Triggered
insights.spending.triggered
This webhook triggers when an actionable insight triggers with respect to a customer's spending.
Event Message
The table below describes the structure of the event.
Field | Description | Values |
---|---|---|
customer_id | The customer identifier that this event relates to | |
created_at | An RFC3339 timestamp of the generation time | |
link | The origin endpoint of the Insight | |
insight | The insight details | |
insight.instance_id | The unique identifier for this instance of the insight | |
insight.insight_type | The insight type | regular_payment_changed |
insight.details | A URL pointing to the of the details endpoint for this specific insight instance |
Examples
{
"customer_id": "82a90a04-4bdf-446a-932e-fb559ea99c29",
"created_at": "2023-10-02T14:05:55Z",
"link": "https://api-sandbox.thisisbud.com/insights/v1/actionable/spending",
"insight": {
"instance_id": "d6753a05-ea45-48ba-a580-cae94825195d",
"insight_type": "regular_payment_changed",
"details": "https://api-sandbox.thisisbud.com/insights/v1/actionable/spending/regular_payment_changed/regular_payment_changed_8789764a-df2f-4589-b550-00bcd0e9cb2c/details"
}
}
How And When Is This Event Triggered
Legend
Icon | Description |
---|---|
![]() | This can be a customer initiated refresh either by, an Initiate Refresh request or by ingesting new accounts/transactions via the first party ingestion endpoints. Alternatively as part of a background refresh if hosted refreshes are enabled. |
![]() | Specifically refreshes, connecting a new customer will not generate webhooks |
![]() | A short delay to ensure all enrichments have been completed. |
![](https://files.readme.io/72e91b05b332cc2349da26cfd913cd6eff0f7752612c267542c343bee2abd09b-image_1.png)
Updated 14 days ago