[PR #3568] [MERGED] docs: add Salesforce integration page for Fleet #3608

Closed
opened 2026-06-05 18:23:40 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3568
Author: @jfglanc
Created: 4/14/2026
Status: Merged
Merged: 4/14/2026
Merged by: @bracesproul

Base: mainHead: docs/fleet-salesforce-integration


📝 Commits (2)

  • 1eb8599 docs: add Salesforce integration page for Fleet
  • 856d622 docs: clarify Salesforce login flow and admin handoff

📊 Changes

2 files changed (+134 additions, -1 deletions)

View changed files

📝 src/docs.json (+2 -1)
src/langsmith/fleet/salesforce.mdx (+132 -0)

📄 Description

Summary

  • New page at src/langsmith/fleet/salesforce.mdx documenting the Salesforce tool integration for Fleet.
  • Walks through the four-phase setup: register the connector (expected first-attempt failure), Salesforce admin install via Connected Apps OAuth Usage, granting user access via permission sets, and completing the connection from Fleet.
  • Adds a short "Use Salesforce with an agent" section pointing users to the Salesforce Query tool, plus troubleshooting entries for the failed-auth-on-first-attempt case and missing-object permissions.
  • Sidebar entry added to Fleet > Tools and automation in src/docs.json, after arcade.

Test plan

  • Local Mintlify preview renders the page at /langsmith/fleet/salesforce.
  • Sidebar shows Salesforce under Tools and automation.
  • Internal links resolve (/langsmith/fleet/tools, /langsmith/fleet/agent-identity, /langsmith/fleet/essentials#human-in-the-loop).

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3568 **Author:** [@jfglanc](https://github.com/jfglanc) **Created:** 4/14/2026 **Status:** ✅ Merged **Merged:** 4/14/2026 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `docs/fleet-salesforce-integration` --- ### 📝 Commits (2) - [`1eb8599`](https://github.com/langchain-ai/docs/commit/1eb8599dc9c5c3ddd699079a2ab978e0c897dc9f) docs: add Salesforce integration page for Fleet - [`856d622`](https://github.com/langchain-ai/docs/commit/856d622ca9d80ad1199e2e97381e6d18effa8db5) docs: clarify Salesforce login flow and admin handoff ### 📊 Changes **2 files changed** (+134 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -1) ➕ `src/langsmith/fleet/salesforce.mdx` (+132 -0) </details> ### 📄 Description ## Summary - New page at `src/langsmith/fleet/salesforce.mdx` documenting the Salesforce tool integration for Fleet. - Walks through the four-phase setup: register the connector (expected first-attempt failure), Salesforce admin install via Connected Apps OAuth Usage, granting user access via permission sets, and completing the connection from Fleet. - Adds a short "Use Salesforce with an agent" section pointing users to the `Salesforce Query` tool, plus troubleshooting entries for the failed-auth-on-first-attempt case and missing-object permissions. - Sidebar entry added to `Fleet > Tools and automation` in `src/docs.json`, after `arcade`. ## Test plan - [x] Local Mintlify preview renders the page at `/langsmith/fleet/salesforce`. - [x] Sidebar shows **Salesforce** under **Tools and automation**. - [x] Internal links resolve (`/langsmith/fleet/tools`, `/langsmith/fleet/agent-identity`, `/langsmith/fleet/essentials#human-in-the-loop`). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:23:40 -04:00
yindo closed this issue 2026-06-05 18:23:40 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3608