[PR #2314] [MERGED] Add ClickSend community tool integration #2323

Closed
opened 2026-02-17 17:23:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2314
Author: @shiblymohamed-arch
Created: 1/21/2026
Status: Merged
Merged: 1/30/2026
Merged by: @hntrl

Base: mainHead: add-clicksend-community-tool


📝 Commits (7)

  • 16dd19e Add ClickSend community tool integration
  • 7c81415 docs: update ClickSend integration to use createAgent primitive
  • 8206b8f Merge branch 'main' into add-clicksend-community-tool
  • df03093 Update src/oss/javascript/integrations/tools/clicksend.mdx
  • c17f881 Update src/oss/javascript/integrations/tools/clicksend.mdx
  • fee4aad Merge branch 'main' into add-clicksend-community-tool
  • 22b9977 Merge branch 'main' into add-clicksend-community-tool

📊 Changes

2 files changed (+94 additions, -0 deletions)

View changed files

src/oss/javascript/integrations/tools/clicksend.mdx (+87 -0)
📝 src/oss/javascript/integrations/tools/index.mdx (+7 -0)

📄 Description

Overview

This PR adds ClickSend as a community tool integration to the LangChain JavaScript documentation. ClickSend is a cloud-based communications platform that enables developers to send SMS, Email, and Voice messages through a unified API.

Type of change

Type: New documentation page

Related issues/PRs

  • GitHub issue: N/A
  • Feature PR: N/A

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes

Integration details:

  • npm package: @clicksend/langchain-clicksend-mcp
  • Repository: https://github.com/ClickSend/langchain-mcp-adapter
  • Provides LangChain tools for sending SMS, Email, and Voice via ClickSend
  • Integration is maintained externally following LangChain's community integration guidelines

Files changed:

  • Created: src/oss/javascript/integrations/tools/clicksend.mdx - Full documentation page for ClickSend integration
  • Updated: src/oss/javascript/integrations/tools/index.mdx - Added ClickSend card to tools list

Disclaimer: This contribution was ensure proper documentation formatting and adherence to LangChain's documentation standards.


🔄 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/2314 **Author:** [@shiblymohamed-arch](https://github.com/shiblymohamed-arch) **Created:** 1/21/2026 **Status:** ✅ Merged **Merged:** 1/30/2026 **Merged by:** [@hntrl](https://github.com/hntrl) **Base:** `main` ← **Head:** `add-clicksend-community-tool` --- ### 📝 Commits (7) - [`16dd19e`](https://github.com/langchain-ai/docs/commit/16dd19eeec338bd1c292c6a38fd47cd3904357a7) Add ClickSend community tool integration - [`7c81415`](https://github.com/langchain-ai/docs/commit/7c81415978b39330815235b948f86a1363650f65) docs: update ClickSend integration to use createAgent primitive - [`8206b8f`](https://github.com/langchain-ai/docs/commit/8206b8f9bd8cd9ea3a68f976f9891361f032a56b) Merge branch 'main' into add-clicksend-community-tool - [`df03093`](https://github.com/langchain-ai/docs/commit/df0309348d5f0086c612fcac738c12255d37b13d) Update src/oss/javascript/integrations/tools/clicksend.mdx - [`c17f881`](https://github.com/langchain-ai/docs/commit/c17f88162b501ac9efe3377db8f9d1e47045ab19) Update src/oss/javascript/integrations/tools/clicksend.mdx - [`fee4aad`](https://github.com/langchain-ai/docs/commit/fee4aadff454afedd58fb60d0e5de4169826f104) Merge branch 'main' into add-clicksend-community-tool - [`22b9977`](https://github.com/langchain-ai/docs/commit/22b99778885b9f6290e44a5c30c0386d7a7661c8) Merge branch 'main' into add-clicksend-community-tool ### 📊 Changes **2 files changed** (+94 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/javascript/integrations/tools/clicksend.mdx` (+87 -0) 📝 `src/oss/javascript/integrations/tools/index.mdx` (+7 -0) </details> ### 📄 Description ## Overview This PR adds ClickSend as a community tool integration to the LangChain JavaScript documentation. ClickSend is a cloud-based communications platform that enables developers to send SMS, Email, and Voice messages through a unified API. ## Type of change **Type:** New documentation page ## Related issues/PRs - GitHub issue: N/A - Feature PR: N/A ## Checklist - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed ## Additional notes **Integration details:** - npm package: `@clicksend/langchain-clicksend-mcp` - Repository: https://github.com/ClickSend/langchain-mcp-adapter - Provides LangChain tools for sending SMS, Email, and Voice via ClickSend - Integration is maintained externally following LangChain's community integration guidelines **Files changed:** - Created: `src/oss/javascript/integrations/tools/clicksend.mdx` - Full documentation page for ClickSend integration - Updated: `src/oss/javascript/integrations/tools/index.mdx` - Added ClickSend card to tools list **Disclaimer:** This contribution was ensure proper documentation formatting and adherence to LangChain's documentation standards. --- <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-02-17 17:23:18 -05:00
yindo closed this issue 2026-02-17 17:23:18 -05:00
yindo changed title from [PR #2314] Add ClickSend community tool integration to [PR #2314] [MERGED] Add ClickSend community tool integration 2026-06-05 18:17:53 -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#2323