crehq_company_changes
Track a brand's location footprint changes—openings, closings, relocations, and attribute edits—within a chosen date range, optionally filtered by event type.
Instructions
Date-bounded feed of everything that changed for ONE brand's footprint — openings, closings, relocations, attribute edits — between two timestamps and optionally filtered by event type. The brand-scoped version of the lifecycle stream, ideal for monitoring a target account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | CREHQ company id. | |
| limit | No | Max events (default 500, max 5000). | |
| since | No | ISO-8601 start timestamp. | |
| types | No | Comma-separated event types to include (e.g. 'opened,closed,relocated'). | |
| until | No | ISO-8601 end timestamp. |