Salesforce Access the Salesforce REST API with managed OAuth authentication. Query records using SOQL, manage sObjects, and perform CRUD operations on your Salesforce data. Quick Start Base URL Replace with the actual Salesforce REST API endpoint path. The gateway proxies requests to (automatically replaced with your connection config) and injects your access token. Authentication All requests require the Maton API key in the Authorization header: Environment Variable: Set your API key as : Getting Your API Key 1. Sign in or create an account at maton.ai 2. Go to maton.ai/settings 3. Copy you…