Sha256: 8eb1674abf3709c1d52eaf44fe553d33c1b5cd2afa127bb41cd0596d4da0b265
Contents?: true
Size: 1.36 KB
Versions: 14
Compression:
Stored size: 1.36 KB
Contents
{ "documentation_url": "https://docs.multiwoven.com/integrations/destination/klaviyo", "stream_type": "static", "connection_specification": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "SFTP", "required": ["host", "username", "password", "destination_path"], "properties": { "host": { "title": "Host", "description": "Hostname of the SFTP server.", "type": "string", "order": 0 }, "port": { "title": "Port", "description": "Port of the SFTP server.", "type": "integer", "minimum": 0, "maximum": 65536, "default": 22, "order": 1 }, "username": { "title": "User Name", "description": "Username to use to access the SFTP server.", "type": "string", "order": 2 }, "password": { "title": "Password", "description": "Password associated with the username.", "type": "string", "order": 3 }, "destination_path": { "title": "Destination path", "type": "string", "description": "Path to the directory where files will be written.", "order": 4 }, "file_name": { "title": "File Name", "type": "string", "description": "Name of the file to be written.", "order": 5 } } } }
Version data entries
14 entries across 14 versions & 2 rubygems