CasaYes
  • Home
  • Integration
    • Integration Documentation
    • API
      • Listing
        • Create
        • Update
        • Delete
      • Token
        • Create
    • FTP
      • Integration via FTP
    • Schemas
      • Listing Schema
  • Webhooks
    • Webhooks
    • Listing
    • Leads
Powered by GitBook
On this page
  • How It Works
  • File Naming Convention
  • FTP Connection & Authentication
  1. Integration
  2. FTP

Integration via FTP

PreviousFTPNextSchemas

Last updated 7 months ago

How It Works

This integration method is classified as a Full Integration, which means you must send all the listings of an office in a single file. Listings not included in this file will be considered for deletion.

File Naming Convention

All files must be placed in the FTP root folder following this naming convention:

  • OfficeIntegrationSecret: The integration secret for a given office.

  • Timestamp: The date and time in ISO 8601 format. Example: 20230210T032146.

Example Filename:

1714828971_4501E6F1-C5BD-81F0-B50A-1BV8CT4BFYGF-ImportListings-20230210T032146.json

Example File Content:

{ "OfficeIntegrationSecret": "string", "Listings": [ ] }

FTP Connection & Authentication

Detail
Information

FTP Server

ftp.casayes.pt

Username

(Credentials will be provided in a separate email)

Password

(Credentials will be provided in a separate email)

Ensure to use the provided credentials and adhere to the file naming convention for successful integration. For further assistance, please contact our support team.

ListingModel