{
    "name": "Salesforce Connector (Sandbox)",
    "connector_type": "salesforce_sandbox_oauth2",
    "base_url": "https://{{MyDomainName}}.sandbox.my.salesforce.com",
    "auth_type": "11",
    "auth_url": "",
    "config": {
        "client_id": "",
        "client_secret": "",
        "redirect_url": "https://{{SuiteXAccountID}}.app.suitex.io/ipaas/connector/oauth/callback",
        "scope": "api refresh_token offline_access",
        "token_secret": "",
        "send_credentials_via": "5",
        "send_token_via": "8",
        "auth_endpoint": "https://test.salesforce.com/services/oauth2/authorize",
        "access_token_url": "https://test.salesforce.com/services/oauth2/token",
        "revoke_token_url": "",
        "resource_url": "https://test.salesforce.com/services/oauth2/userinfo",
        "valid_domains": "",
        "headers": [
            {
                "key": "",
                "value": ""
            }
        ],
        "requestBody": [
            {
                "key": "",
                "value": ""
            }
        ],
        "consumer_key": "",
        "consumer_secret": "",
        "access_token": "",
        "signature_method": "",
        "realm": "",
        "include_body_hash": "",
        "add_empty_params": "",
        "encode_params": ""
    },
    "throttle_max_requests": 100,
    "throttle_per_seconds": 20,
    "media_type": "14",
    "grant_type": "2",
    "auth_scope": "",
    "application": "30"
}
