Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 81 additions & 33 deletions apps/docs/components/icons.tsx

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions apps/docs/components/ui/icon-mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ import {
ZendeskIcon,
ZepIcon,
ZoomIcon,
ZoomInfoIcon,
} from '@/components/icons'

type IconComponent = ComponentType<SVGProps<SVGSVGElement>>
Expand Down Expand Up @@ -448,4 +449,5 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
zendesk: ZendeskIcon,
zep: ZepIcon,
zoom: ZoomIcon,
zoominfo: ZoomInfoIcon,
}
5 changes: 5 additions & 0 deletions apps/docs/content/docs/en/tools/agentmail.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ Get details of a specific email message in AgentMail
| `subject` | string | Message subject |
| `text` | string | Plain text content |
| `html` | string | HTML content |
| `labels` | array | Labels assigned to the message |
| `timestamp` | string | Time the message was sent or drafted |
| `createdAt` | string | Creation timestamp |

### `agentmail_get_thread`
Expand Down Expand Up @@ -298,6 +300,8 @@ Get details of a specific email thread including messages in AgentMail
| ↳ `subject` | string | Message subject |
| ↳ `text` | string | Plain text content |
| ↳ `html` | string | HTML content |
| ↳ `labels` | array | Labels assigned to the message |
| ↳ `timestamp` | string | Time the message was sent or drafted |
| ↳ `createdAt` | string | Creation timestamp |

### `agentmail_list_drafts`
Expand Down Expand Up @@ -380,6 +384,7 @@ List messages in an inbox in AgentMail
| ↳ `to` | array | Recipient email addresses |
| ↳ `subject` | string | Message subject |
| ↳ `preview` | string | Message preview text |
| ↳ `timestamp` | string | Time the message was sent or drafted |
| ↳ `createdAt` | string | Creation timestamp |
| `count` | number | Total number of messages |
| `nextPageToken` | string | Token for retrieving the next page |
Expand Down
7 changes: 5 additions & 2 deletions apps/docs/content/docs/en/tools/agentphone.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
type="agentphone"
color="linear-gradient(135deg, #1a1a1a 0%, #0a2a14 100%)"
color="#000000"
/>

{/* MANUAL-CONTENT-START:intro */}
Expand Down Expand Up @@ -254,6 +254,7 @@ Get a conversation along with its recent messages
| ↳ `direction` | string | inbound or outbound |
| ↳ `channel` | string | sms, mms, or imessage |
| ↳ `mediaUrl` | string | Attached media URL |
| ↳ `mediaUrls` | array | All attached media URLs |
| ↳ `receivedAt` | string | ISO 8601 timestamp |

### `agentphone_get_conversation_messages`
Expand Down Expand Up @@ -282,6 +283,7 @@ Get paginated messages for a conversation
| ↳ `direction` | string | inbound or outbound |
| ↳ `channel` | string | sms, mms, or imessage |
| ↳ `mediaUrl` | string | Attached media URL |
| ↳ `mediaUrls` | array | All attached media URLs |
| ↳ `receivedAt` | string | ISO 8601 timestamp |
| `hasMore` | boolean | Whether more messages are available |

Expand Down Expand Up @@ -425,7 +427,7 @@ List contacts for this AgentPhone account
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Yes | AgentPhone API key |
| `search` | string | No | Filter by name or phone number \(case-insensitive contains\) |
| `limit` | number | No | Number of results to return \(default 50\) |
| `limit` | number | No | Number of results to return \(default 50, max 200\) |
| `offset` | number | No | Number of results to skip \(min 0\) |

#### Output
Expand Down Expand Up @@ -624,6 +626,7 @@ Update conversation metadata (stored state). Pass null to clear existing metadat
| ↳ `direction` | string | inbound or outbound |
| ↳ `channel` | string | Channel \(sms, mms, etc.\) |
| ↳ `mediaUrl` | string | Media URL if any |
| ↳ `mediaUrls` | array | All attached media URLs |
| ↳ `receivedAt` | string | ISO 8601 timestamp |


13 changes: 9 additions & 4 deletions apps/docs/content/docs/en/tools/apollo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Enrich data for up to 10 organizations at once using Apollo
| Parameter | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | Yes | Apollo API key |
| `organizations` | array | Yes | Array of organizations to enrich \(max 10\). Each item requires `name` and may include `domain` \(e.g., \[\{"name": "Example Corp", "domain": "example.com"\}\]\) |
| `domains` | array | Yes | Array of company domains to enrich \(max 10, no www. or @, e.g., \["apollo.io", "stripe.com"\]\) |

#### Output

Expand Down Expand Up @@ -325,8 +325,10 @@ Update up to 100 existing contacts at once in your Apollo database. Each contact

| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `message` | string | Confirmation message from Apollo |
| `job_id` | string | Async job ID \(returned for &gt;100 contacts\) |
| `contacts` | json | Updated contacts \(synchronous response, ≤100 contacts\) |
| `entity_progress_job` | json | Async job descriptor \(&gt;100 contacts or async=true\): \{id, status, ...\} |
| `job_id` | string | Async job ID extracted from entity_progress_job |
| `message` | string | Optional confirmation message from Apollo |

### `apollo_account_create`

Expand Down Expand Up @@ -445,8 +447,11 @@ Update up to 1000 existing accounts at once in your Apollo database (higher limi

| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `message` | string | Confirmation message from Apollo |
| `accounts` | json | Updated accounts \(synchronous response, ≤100 accounts\): \[\{id, account_stage_id, ...\}\] |
| `account_ids` | json | IDs of accounts that were updated |
| `entity_progress_job` | json | Async job descriptor \(&gt;100 accounts or async=true\) |
| `job_id` | string | Async job ID extracted from entity_progress_job |
| `message` | string | Optional confirmation message from Apollo |

### `apollo_opportunity_create`

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs/en/tools/azure_devops.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ Fetch full details of a single work item by ID from Azure DevOps, including titl

### `azure_devops_get_work_items_batch`

Fetch full details for multiple work items by ID from Azure DevOps. Pass comma-separated IDs (e.g.
Fetch full details for multiple work items by ID from Azure DevOps. Pass comma-separated IDs (e.g.

#### Input

Expand Down
3 changes: 2 additions & 1 deletion apps/docs/content/docs/en/tools/docusign.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ Download a signed document from a completed DocuSign envelope

| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `base64Content` | string | Base64-encoded document content |
| `file` | file | Stored downloaded document file |
| `base64Content` | string | Deprecated legacy inline content. New downloads return file. |
| `mimeType` | string | MIME type of the document |
| `fileName` | string | Original file name |

Expand Down
6 changes: 3 additions & 3 deletions apps/docs/content/docs/en/tools/elevenlabs.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ElevenLabs
description: Convert TTS using ElevenLabs
description: Convert text to speech with ElevenLabs
---

import { BlockInfoCard } from "@/components/ui/block-info-card"
Expand Down Expand Up @@ -35,7 +35,7 @@ Integrate ElevenLabs into the workflow. Can convert text to speech.

### `elevenlabs_tts`

Convert TTS using ElevenLabs voices
Convert text to speech using ElevenLabs voices

#### Input

Expand All @@ -45,7 +45,7 @@ Convert TTS using ElevenLabs voices
| `voiceId` | string | Yes | The ID of the voice to use \(e.g., "21m00Tcm4TlvDq8ikWAM" for Rachel\) |
| `modelId` | string | No | The ID of the model to use \(e.g., "eleven_multilingual_v2", "eleven_turbo_v2"\). Defaults to eleven_monolingual_v1 |
| `stability` | number | No | Voice stability setting from 0.0 to 1.0 \(e.g., 0.5 for balanced, 0.75 for more stable\). Higher values produce more consistent output |
| `similarity` | number | No | Similarity boost setting from 0.0 to 1.0 \(e.g., 0.75 for natural, 1.0 for maximum similarity\). Higher values make the voice more similar to the original |
| `similarityBoost` | number | No | Similarity boost setting from 0.0 to 1.0 \(e.g., 0.75 for natural, 1.0 for maximum similarity\). Higher values make the voice more similar to the original |
| `apiKey` | string | Yes | Your ElevenLabs API key |

#### Output
Expand Down
Loading
Loading