POST request to the URL configured in your dashboard.
Choose the updates to receive
Immoteur sends a classified notification when a classified is created or when an eligible normalized field changes. Ameta.lastSeenAt-only revisit is captured for delta-export reconciliation and does not create a direct live notification.
Use meta.lastModifiedAt to identify the latest normalized update and meta.lastSeenAt to identify the latest revisit. There is no periodic keep-alive webhook.
Configure the endpoint
Create a webhook from Service → Webhooks in the Immoteur dashboard. Use an HTTPS endpoint that your service controls.
Filter the stream
The events your service receives depend on the filters configured on the exporter. Choose one filter type, then keep the payload focused on the market your integration handles.- Professional
- Geographic
- Global
- Transaction type (Required)
- Domain source
- Property type
- SIREN / SIRET (Required)
Choose the payload type
An export can contain multiple deliveries. Do not rely on a fixed item count or delivery order. See Mirror classified data for the full baseline, live update, and delta-reconciliation flow, then read Webhook delivery, retries, and idempotency before implementing the receiver.