LocationUpdate event fires whenever an existing account’s details are modified in the HoopAI platform. This event is available exclusively to Company Level Apps. Use it to keep external records in sync when an account’s name, email, or billing plan changes.
Payload
| Field | Type | Description |
|---|---|---|
type | string | Always "LocationUpdate" |
id | string | Unique identifier for the updated account |
name | string | Display name of the account |
email | string | Primary email address associated with the account |
companyId | string | Company ID that owns this account |
stripeProductId | string | Stripe product ID linked to the account’s billing plan, if applicable |
Example payload
Related
- Location Create — fires when a new account is provisioned
- Accounts API — manage and retrieve account details