Airbyte Salesforce Connector for AI platforms
Project description
Airbyte Salesforce AI Connector
Connector for Salesforce CRM REST API - supports core CRM objects and SOQL queries
Installation
uv pip install airbyte-ai-salesforce
Usage
from airbyte_ai_salesforce import SalesforceConnector, SalesforceAuthConfig
connector = SalesforceConnector(
auth_config=SalesforceAuthConfig(
refresh_token="...",
client_id="...",
client_secret="..."
)
)
result = connector.accounts.list()
Documentation
| Entity | Actions |
|---|---|
| Accounts | List, Get, Search |
| Contacts | List, Get, Search |
| Leads | List, Get, Search |
| Opportunities | List, Get, Search |
| Tasks | List, Get, Search |
| Events | List, Get, Search |
| Campaigns | List, Get, Search |
| Cases | List, Get, Search |
| Notes | List, Get, Search |
| Content Versions | List, Get, Download |
| Attachments | List, Get, Download |
| Query | List |
For detailed documentation on available actions and parameters, see REFERENCE.md.
For the service's official API docs, see Salesforce API Reference.
Version Information
Package Version: 0.1.2
Connector Version: 1.0.2
Generated with connector-sdk: dc79dc8b685e9d8cb980ea80f12595e31c88fdf7
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file airbyte_ai_salesforce-0.1.2.tar.gz.
File metadata
- Download URL: airbyte_ai_salesforce-0.1.2.tar.gz
- Upload date:
- Size: 93.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7afb0571f5aa77942e50c6ad6b320996c77f0cda26270b54978ff60387199c67
|
|
| MD5 |
d13b7b61e9e102105770c9c1345b8687
|
|
| BLAKE2b-256 |
3decc6e374a4a4fc479e318ef77bcb57d139cbb1bd8d0c939472ba52733db771
|
File details
Details for the file airbyte_ai_salesforce-0.1.2-py3-none-any.whl.
File metadata
- Download URL: airbyte_ai_salesforce-0.1.2-py3-none-any.whl
- Upload date:
- Size: 120.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d3cbd3a5f74598670d3fb16c9cd08a13c53a03a7d775a311b922818ae1c5adc
|
|
| MD5 |
5dde877a80e82f93fea21334db47b282
|
|
| BLAKE2b-256 |
92b29abd3f2e96451cbb3d87105f2476d69c94e7560684585c9a68b1d953ed9a
|