Providers are pre-built native integrations that connect Plinqx to popular business platforms. Currently, Plinqx supports Salesforce with more providers coming soon.Documentation Index
Fetch the complete documentation index at: https://hypha-docs.plinqx.app/llms.txt
Use this file to discover all available pages before exploring further.
What are Providers?
Providers offer:- Native Integration: Pre-configured OAuth flows and tool definitions
- Automatic Tool Discovery: Tools are automatically discovered and available
- Multiple Installations: Install the same provider multiple times (e.g., Salesforce Production and Sandbox)
- Managed Credentials: OAuth tokens stored securely in the Vault
Salesforce Provider
Salesforce is Plinqx’s first native provider, offering access to Salesforce APIs through OAuth2.Installing Salesforce
Configure OAuth
You’ll need:
- Connected App: A Salesforce Connected App with OAuth enabled
- Client ID: From your Connected App
- Client Secret: From your Connected App
- Instance URL: Your Salesforce instance (e.g.,
https://yourinstance.salesforce.com)
Salesforce Tool Naming
Salesforce tools are automatically namespaced by installation:- Format:
{INSTALLATION_NAME}_{SALESFORCE_TOOL_NAME} - Example:
SALESFORCE_PROD_sf_query(from “SALESFORCE_PROD” installation)
Managing Multiple Installations
You can install Salesforce multiple times for different orgs:Use Unique Name
Give each installation a unique name (e.g., “SALESFORCE_PROD”, “SALESFORCE_SANDBOX”).
Provider Status
Check provider health and status:- Active: Provider is connected and tools are available
- Error: Connection issue - check credentials and OAuth configuration
- Refreshing: Tools are being discovered
Refreshing Tools
If Salesforce tools change, refresh the provider:- Open the provider details
- Click Refresh Tools
- Wait for tool discovery to complete
Tool refresh happens automatically, but you can manually trigger it if needed.
Available Tools
Once installed, Salesforce provides tools like:sf_query- Execute SOQL queriessf_create- Create recordssf_update- Update recordssf_delete- Delete records- And many more…
Troubleshooting
OAuth Errors
If OAuth fails:- Verify Connected App settings in Salesforce
- Check callback URL matches Plinqx configuration
- Ensure OAuth scopes are correct
Tool Discovery Issues
If tools don’t appear:- Check provider status
- Manually refresh tools
- Verify OAuth token is valid
Coming Soon
More providers are planned:- HubSpot - CRM and marketing automation
- Microsoft Dynamics - Business applications
- And more…
Next Steps
Add to Collections
Add Salesforce tools to collections
Set Up OAuth
Learn about OAuth credential management