Redirecting links from CRM mailouts

When a CRM sends a mailout to applicants containing a property, this mailout will contain a link to the property residing on your website.

Because the URL to the property on your website is dynamically generated at the point of being imported, the CRM has no idea what the URL to the property is.

As a result, we ask that all CRM's point to the following URL:

https://{your-url.com}?imported_id={unique-id-provided-by-crm}

So if your agency website is 'myagency.com' and the property's unique ID in the CRM is '123', they should link to:

https://myagency.com?imported_id=123

When this URL is visited we'll automatically find the corresponding property and redirect the user accordingly.