Sha256: 373e6172f9fa1345b0e1ed130e18d1c3c715067b82eb0d5892d5df1804f3c3c7
Contents?: true
Size: 1.01 KB
Versions: 7
Compression:
Stored size: 1.01 KB
Contents
{ "documentation_url": "https://docs.multiwoven.com/integrations/destination/salesforce_crm", "stream_type": "static", "connection_specification": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Salesforce Destination Spec", "type": "object", "required": ["access_token", "refresh_token", "instance_url", "client_id", "client_secret"], "properties": { "access_token": { "type": "string", "title": "Access Token", "order": 0 }, "refresh_token": { "type": "string", "title": "Refresh Token", "order": 1 }, "instance_url": { "type": "string", "title": "Instance URL", "order": 2 }, "client_id": { "type": "string", "title": "Client ID", "order": 3 }, "client_secret": { "type": "string", "title": "Client Secret", "order": 4 } } } }
Version data entries
7 entries across 7 versions & 1 rubygems