
Run a SOQL query (GET .../query).
Return org limits usage for the connected user (GET .../limits).
List available sObjects for the org (GET .../sobjects/).
Describe metadata for an sObject (GET .../sobjects/{type}/describe/).
Get a record by Id (GET .../sobjects/{type}/{id}).
Create a record (POST .../sobjects/{type}/). Pass field values in `fields`.
Update fields on a record (PATCH .../sobjects/{type}/{id}).
Delete a record (DELETE .../sobjects/{type}/{id}).
Connecting Salesforce will request the following permissions:
You can revoke access at any time from your account settings.