KeyNect

When the KeyNect integration is enabled within Keyfax any photos, videos or audio files captured during a KeyNect call will be available within the Keyfax results.

When integrated with KeyNect a URL is returned within the Keyfax results for each captured media file. These URLs are links to view the captured media file via the KeyNect Portal and will require you to login to your KeyNect account.

circle-info

TIP If you would like to download captured KeyNect media files programmatically (for example to store them within your housing management system or similar host system) you should use the KeyNect REST based Web API. The KeyNect REST based Web API provides an endpoint to programmatically obtain media files.

Example Keyfax Results

Repair Diagnostics

The below examples show a repair returned from Keyfax via the SOAP API and REST API with KeyNect URLs returned within the Uploads element / property.

XML Example

<KeyfaxData xmlns:json="http://james.newtonking.com/projects/json">
    <Fault name="Fault1" type="RD" json:Array="true">
        <IsDeleted>False</IsDeleted>
        <IsDirty>False</IsDirty>
        <IsNew>True</IsNew>
        <Fault_Dialog>11542</Fault_Dialog>
        <Fault_Category>10794</Fault_Category>
        <CompanyCode />
        <ScriptSet>1</ScriptSet>
        <FaultText><![CDATA[Windows: Frame; damaged or rotten; loft; top hung; wood; fair wear and tear]]></FaultText>
        <LogDate>22/01/2026 12:56:00</LogDate>
        <Communal_Type />
        <Reason_Code />
        <Reason_Text />
        <Recharge>0</Recharge>
        <Recharge_Code>RREP</Recharge_Code>
        <Recharge_Cost>40.50</Recharge_Cost>
        <Repair_No />
        <Repair_Status>2</Repair_Status>
        <RTR />
        <RTR_Date />
        <Insurance />
        <Schedule_ID>operator\157</Schedule_ID>
        <Site_Visit><![CDATA[]]></Site_Visit>
        <Additional_Info><![CDATA[Window frame is peeling slightly]]></Additional_Info>
        <Special_Instructions><![CDATA[]]></Special_Instructions>
        <Tenancy_Type />
        <ClientID />
        <TenantID>9f9e014c-8582-ec11-8d21-0022481b4e5a</TenantID>
        <TenantText><![CDATA[Paul Ancill, 14 Heather View Road, Poole, BH12 4AQ]]></TenantText>
        <UserCode>operator</UserCode>
        <ScriptPath>
            <Question>Q1 = What is the problem with the window frame?: A1 = window frame - damaged or rotten</Question>
            <Question>Q2 = Which door or window is it?: A2 = loft</Question>
            <Question>Q3 = What type of window is it?: A3 = top hung</Question>
            <Question>Q4 = What type of frame is it?: A4 = wood</Question>
            <Question>Q5 = Is temporary boarding required?: A5 = No</Question>
            <Question>Q6 = How did it happen?: A6 = fair wear and tear</Question>
        </ScriptPath>
        <Contractor_Code />
        <Contractor_Email />
        <Expenditure_Code />
        <Nominal_Code />
        <Summary />
        <Job_Code />
        <Location />
        <HDIH />
        <RepairCount>1</RepairCount>
        <AdviceCount>0</AdviceCount>
        <CustomCount>0</CustomCount>
        <ActionCount>0</ActionCount>
        <SubActionCount>0</SubActionCount>
        <UpdateCount>0</UpdateCount>
        <Repair name="Repair1" json:Array="true">
            <CompleteBy>19/02/2026 12:56:00</CompleteBy>
            <ResponseDays>28</ResponseDays>
            <Priority>R</Priority>
            <PriorityId>2105</PriorityId>
            <RepairCode>BUI116</RepairCode>
            <RepairCodeEx>BUI116</RepairCodeEx>
            <RepairCodeDesc><![CDATA[WINDOW: OVERHAUL]]></RepairCodeDesc>
            <UnitOfMeasure>NO</UnitOfMeasure>
            <UnitOfMeasureQuantity>1</UnitOfMeasureQuantity>
            <Contractor />
            <IsDeleted>False</IsDeleted>
            <IsDirty>False</IsDirty>
            <IsNew>True</IsNew>
        </Repair>
        <Uploads>
            <File><![CDATA[https://keynect.biz/VideoCall/list-resources-for-all-calls?VCSId=666&amp;ResourceName=2026-01-22-125741_188.png]]></File>
            <File><![CDATA[https://keynect.biz/VideoCall/list-resources-for-all-calls?VCSId=666&amp;ResourceName=Video-00001]]></File>
        </Uploads>
    </Fault>
    <GUID>d18b8c3e-7ddc-48a3-bd6e-0da344565451</GUID>
    <Status>1</Status>
</KeyfaxData>

JSON Example

General Enquiries

The below examples show an enquiry returned from Keyfax via the SOAP API and REST API with KeyNect URLs returned within the Uploads element / property.

XML Example

JSON Example

Last updated