ImmobilienScout24

Publish to ImmobilienScout24 from the property record

REPM talks to ImmobilienScout24 through the official IS24 REST API. One click on Publish in the ListingCockpit creates the publication and a sync job, a durable outbox delivers it, and the expose link comes back to the listing.

From click to live listing

Publishing is controlled from the ListingCockpit on the property or listing record. Everything after the click is handled for you, and everything that happens stays visible.

One click on Publish

Hit Publish in the ListingCockpit and REPM creates the publication and a sync job for ImmobilienScout24. No export files, no second tool.

A durable outbox

Every job runs through a durable outbox: Queued, Processing, Succeeded or Failed. A failed job shows the portal's error text and runs again with one click.

Write-backs to the record

After a successful publish the listing carries the IS24 expose link, and the publication shows Published with the portal URL.

How the connector works

Pick a view. The diagrams show the path a listing takes from REPM to the portal.

From the click in the ListingCockpit to the live listing: REPM creates the publication and a sync job, the outbox worker delivers it to the official IS24 REST API, and the expose link comes back.

REPMOne click on PublishOutboxPublication and sync jobWorkerProcesses the queueImmobilienScout24Official IS24 REST APIWrite-back: expose link and portal URL on the listing

Managed in the Portal Hub

The Portal Hub in the Settings area, under Integrations, manages the connection per portal.

Connection check

Verify credentials and reachability against the sandbox or production endpoint before anything is published.

OAuth certification

Certify the connection with ImmobilienScout24 in the authorize-and-verify flow agents already know: sign in at the portal, grant access, verify in REPM.

Active toggle and job log

Switch the portal on or off per connection and follow every sync job in the log, with state and result.

Reliability

A publish never gets lost

The outbox is durable: a job survives restarts and stays visible until it has succeeded.

  • Job states Queued, Processing, Succeeded, Failed
  • Failed jobs carry the portal's error text
  • One-click retry from the job log
Security

Sandbox first, secrets in Key Vault

Test against the IS24 sandbox, go live on production, and keep credentials where they belong.

  • Sandbox and production endpoints supported
  • Credentials held in Azure Key Vault
  • Never stored in the app database

Frequently asked questions

Does REPM use the official ImmobilienScout24 API?

Yes. REPM talks to ImmobilienScout24 through the official IS24 REST API, against the sandbox or the production endpoint.

How do I connect my ImmobilienScout24 account?

In the Portal Hub in the Settings area, under Integrations: run the connection check, certify the connection with ImmobilienScout24 via OAuth, and switch the portal to active.

What happens when a publish fails?

The sync job shows Failed with the error text the portal returned, and you retry it with one click. The outbox is durable, so no job is lost.

Where are my credentials stored?

In Azure Key Vault, never in the app database.

See your first listing go live

We will connect the sandbox, publish a listing from the ListingCockpit and follow the job through to the portal URL, on your data.

Request a demo
Official IS24 REST APIDurable outboxKey Vault secured