Skip to content
  •  
  •  
  •  
13 changes: 6 additions & 7 deletions apps/docs/components/ui/icon-mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
circleback: CirclebackIcon,
clay: ClayIcon,
confluence: ConfluenceIcon,
cursor: CursorIcon,
cursor_v2: CursorIcon,
datadog: DatadogIcon,
discord: DiscordIcon,
dropbox: DropboxIcon,
Expand All @@ -149,10 +149,10 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
file: DocumentIcon,
firecrawl: FirecrawlIcon,
fireflies: FirefliesIcon,
github: GithubIcon,
github_v2: GithubIcon,
gitlab: GitLabIcon,
gmail: GmailIcon,
google_calendar: GoogleCalendarIcon,
gmail_v2: GmailIcon,
google_calendar_v2: GoogleCalendarIcon,
google_docs: GoogleDocsIcon,
google_drive: GoogleDriveIcon,
google_forms: GoogleFormsIcon,
Expand All @@ -170,7 +170,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
image_generator: ImageIcon,
imap: MailServerIcon,
incidentio: IncidentioIcon,
intercom: IntercomIcon,
intercom_v2: IntercomIcon,
jina: JinaAIIcon,
jira: JiraIcon,
jira_service_management: JiraServiceManagementIcon,
Expand All @@ -190,7 +190,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
mongodb: MongoDBIcon,
mysql: MySQLIcon,
neo4j: Neo4jIcon,
notion: NotionIcon,
notion_v2: NotionIcon,
onedrive: MicrosoftOneDriveIcon,
openai: OpenAIIcon,
outlook: OutlookIcon,
Expand Down Expand Up @@ -226,7 +226,6 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
supabase: SupabaseIcon,
tavily: TavilyIcon,
telegram: TelegramIcon,
thinking: BrainIcon,
translate: TranslateIcon,
trello: TrelloIcon,
tts: TTSIcon,
Expand Down
5 changes: 0 additions & 5 deletions apps/docs/content/docs/en/tools/ahrefs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,3 @@ Get a list of broken backlinks pointing to a target domain or URL. Useful for id
| `brokenBacklinks` | array | List of broken backlinks |



## Notes

- Category: `tools`
- Type: `ahrefs`
5 changes: 0 additions & 5 deletions apps/docs/content/docs/en/tools/airtable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,3 @@ Update multiple existing records in an Airtable table
| `records` | json | Array of updated Airtable records |



## Notes

- Category: `tools`
- Type: `airtable`
5 changes: 0 additions & 5 deletions apps/docs/content/docs/en/tools/apify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,3 @@ Run an APIFY actor asynchronously with polling for long-running tasks
| `items` | array | Dataset items \(if completed\) |



## Notes

- Category: `tools`
- Type: `apify`
74 changes: 44 additions & 30 deletions apps/docs/content/docs/en/tools/apollo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ Search Apollo
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `people` | json | Array of people matching the search criteria |
| `metadata` | json | Pagination information including page, per_page, and total_entries |
| `page` | number | Current page number |
| `per_page` | number | Results per page |
| `total_entries` | number | Total matching entries |

### `apollo_people_enrich`

Expand All @@ -86,7 +88,7 @@ Enrich data for a single person using Apollo
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `person` | json | Enriched person data from Apollo |
| `metadata` | json | Enrichment metadata including enriched status |
| `enriched` | boolean | Whether the person was successfully enriched |

### `apollo_people_bulk_enrich`

Expand All @@ -106,7 +108,8 @@ Enrich data for up to 10 people at once using Apollo
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `people` | json | Array of enriched people data |
| `metadata` | json | Bulk enrichment metadata including total and enriched counts |
| `total` | number | Total number of people processed |
| `enriched` | number | Number of people successfully enriched |

### `apollo_organization_search`

Expand All @@ -129,7 +132,9 @@ Search Apollo
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `organizations` | json | Array of organizations matching the search criteria |
| `metadata` | json | Pagination information including page, per_page, and total_entries |
| `page` | number | Current page number |
| `per_page` | number | Results per page |
| `total_entries` | number | Total matching entries |

### `apollo_organization_enrich`

Expand All @@ -148,7 +153,7 @@ Enrich data for a single organization using Apollo
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `organization` | json | Enriched organization data from Apollo |
| `metadata` | json | Enrichment metadata including enriched status |
| `enriched` | boolean | Whether the organization was successfully enriched |

### `apollo_organization_bulk_enrich`

Expand All @@ -166,7 +171,8 @@ Enrich data for up to 10 organizations at once using Apollo
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `organizations` | json | Array of enriched organization data |
| `metadata` | json | Bulk enrichment metadata including total and enriched counts |
| `total` | number | Total number of organizations processed |
| `enriched` | number | Number of organizations successfully enriched |

### `apollo_contact_create`

Expand All @@ -189,7 +195,7 @@ Create a new contact in your Apollo database
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `contact` | json | Created contact data from Apollo |
| `metadata` | json | Creation metadata including created status |
| `created` | boolean | Whether the contact was successfully created |

### `apollo_contact_update`

Expand All @@ -213,7 +219,7 @@ Update an existing contact in your Apollo database
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `contact` | json | Updated contact data from Apollo |
| `metadata` | json | Update metadata including updated status |
| `updated` | boolean | Whether the contact was successfully updated |

### `apollo_contact_search`

Expand All @@ -234,7 +240,7 @@ Search your team
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `contacts` | json | Array of contacts matching the search criteria |
| `metadata` | json | Pagination information including page, per_page, and total_entries |
| `pagination` | json | Pagination information |

### `apollo_contact_bulk_create`

Expand All @@ -254,7 +260,9 @@ Create up to 100 contacts at once in your Apollo database. Supports deduplicatio
| --------- | ---- | ----------- |
| `created_contacts` | json | Array of newly created contacts |
| `existing_contacts` | json | Array of existing contacts \(when deduplication is enabled\) |
| `metadata` | json | Bulk creation metadata including counts of created and existing contacts |
| `total_submitted` | number | Total number of contacts submitted |
| `created` | number | Number of contacts successfully created |
| `existing` | number | Number of existing contacts found |

### `apollo_contact_bulk_update`

Expand All @@ -273,7 +281,9 @@ Update up to 100 existing contacts at once in your Apollo database. Each contact
| --------- | ---- | ----------- |
| `updated_contacts` | json | Array of successfully updated contacts |
| `failed_contacts` | json | Array of contacts that failed to update |
| `metadata` | json | Bulk update metadata including counts of updated and failed contacts |
| `total_submitted` | number | Total number of contacts submitted |
| `updated` | number | Number of contacts successfully updated |
| `failed` | number | Number of contacts that failed to update |

### `apollo_account_create`

Expand All @@ -294,7 +304,7 @@ Create a new account (company) in your Apollo database
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `account` | json | Created account data from Apollo |
| `metadata` | json | Creation metadata including created status |
| `created` | boolean | Whether the account was successfully created |

### `apollo_account_update`

Expand All @@ -316,7 +326,7 @@ Update an existing account in your Apollo database
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `account` | json | Updated account data from Apollo |
| `metadata` | json | Update metadata including updated status |
| `updated` | boolean | Whether the account was successfully updated |

### `apollo_account_search`

Expand All @@ -338,7 +348,7 @@ Search your team
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `accounts` | json | Array of accounts matching the search criteria |
| `metadata` | json | Pagination information including page, per_page, and total_entries |
| `pagination` | json | Pagination information |

### `apollo_account_bulk_create`

Expand All @@ -357,7 +367,9 @@ Create up to 100 accounts at once in your Apollo database. Note: Apollo does not
| --------- | ---- | ----------- |
| `created_accounts` | json | Array of newly created accounts |
| `failed_accounts` | json | Array of accounts that failed to create |
| `metadata` | json | Bulk creation metadata including counts of created and failed accounts |
| `total_submitted` | number | Total number of accounts submitted |
| `created` | number | Number of accounts successfully created |
| `failed` | number | Number of accounts that failed to create |

### `apollo_account_bulk_update`

Expand All @@ -376,7 +388,9 @@ Update up to 1000 existing accounts at once in your Apollo database (higher limi
| --------- | ---- | ----------- |
| `updated_accounts` | json | Array of successfully updated accounts |
| `failed_accounts` | json | Array of accounts that failed to update |
| `metadata` | json | Bulk update metadata including counts of updated and failed accounts |
| `total_submitted` | number | Total number of accounts submitted |
| `updated` | number | Number of accounts successfully updated |
| `failed` | number | Number of accounts that failed to update |

### `apollo_opportunity_create`

Expand All @@ -400,7 +414,7 @@ Create a new deal for an account in your Apollo database (master key required)
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `opportunity` | json | Created opportunity data from Apollo |
| `metadata` | json | Creation metadata including created status |
| `created` | boolean | Whether the opportunity was successfully created |

### `apollo_opportunity_search`

Expand All @@ -423,7 +437,9 @@ Search and list all deals/opportunities in your team
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `opportunities` | json | Array of opportunities matching the search criteria |
| `metadata` | json | Pagination information including page, per_page, and total_entries |
| `page` | number | Current page number |
| `per_page` | number | Results per page |
| `total_entries` | number | Total matching entries |

### `apollo_opportunity_get`

Expand All @@ -441,7 +457,7 @@ Retrieve complete details of a specific deal/opportunity by ID
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `opportunity` | json | Complete opportunity data from Apollo |
| `metadata` | json | Retrieval metadata including found status |
| `found` | boolean | Whether the opportunity was found |

### `apollo_opportunity_update`

Expand All @@ -465,7 +481,7 @@ Update an existing deal/opportunity in your Apollo database
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `opportunity` | json | Updated opportunity data from Apollo |
| `metadata` | json | Update metadata including updated status |
| `updated` | boolean | Whether the opportunity was successfully updated |

### `apollo_sequence_search`

Expand All @@ -486,7 +502,9 @@ Search for sequences/campaigns in your team
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `sequences` | json | Array of sequences/campaigns matching the search criteria |
| `metadata` | json | Pagination information including page, per_page, and total_entries |
| `page` | number | Current page number |
| `per_page` | number | Results per page |
| `total_entries` | number | Total matching entries |

### `apollo_sequence_add_contacts`

Expand All @@ -507,7 +525,8 @@ Add contacts to an Apollo sequence
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `contacts_added` | json | Array of contact IDs added to the sequence |
| `metadata` | json | Sequence metadata including sequence_id and total_added count |
| `sequence_id` | string | ID of the sequence contacts were added to |
| `total_added` | number | Total number of contacts added |

### `apollo_task_create`

Expand All @@ -530,7 +549,7 @@ Create a new task in Apollo
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `task` | json | Created task data from Apollo |
| `metadata` | json | Creation metadata including created status |
| `created` | boolean | Whether the task was successfully created |

### `apollo_task_search`

Expand All @@ -552,7 +571,7 @@ Search for tasks in Apollo
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `tasks` | json | Array of tasks matching the search criteria |
| `metadata` | json | Pagination information including page, per_page, and total_entries |
| `pagination` | json | Pagination information |

### `apollo_email_accounts`

Expand All @@ -569,11 +588,6 @@ Get list of team
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `email_accounts` | json | Array of team email accounts linked in Apollo |
| `metadata` | json | Metadata including total count of email accounts |
| `total` | number | Total count of email accounts |



## Notes

- Category: `tools`
- Type: `apollo`
5 changes: 0 additions & 5 deletions apps/docs/content/docs/en/tools/arxiv.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,3 @@ Search for papers by a specific author on ArXiv.
| `authorPapers` | json | Array of papers authored by the specified author |



## Notes

- Category: `tools`
- Type: `arxiv`
5 changes: 0 additions & 5 deletions apps/docs/content/docs/en/tools/asana.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,3 @@ Add a comment (story) to an Asana task
| `created_by` | object | Comment author details |



## Notes

- Category: `tools`
- Type: `asana`
5 changes: 0 additions & 5 deletions apps/docs/content/docs/en/tools/browser_use.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,3 @@ Runs a browser automation task using BrowserUse
| `steps` | json | Execution steps taken |



## Notes

- Category: `tools`
- Type: `browser_use`
5 changes: 0 additions & 5 deletions apps/docs/content/docs/en/tools/calendly.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,3 @@ Cancel a scheduled event
| `resource` | object | Cancellation details |



## Notes

- Category: `tools`
- Type: `calendly`
5 changes: 0 additions & 5 deletions apps/docs/content/docs/en/tools/circleback.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,3 @@ Receive meeting notes, action items, transcripts, and recordings when meetings a




## Notes

- Category: `triggers`
- Type: `circleback`
5 changes: 0 additions & 5 deletions apps/docs/content/docs/en/tools/clay.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,3 @@ Populate Clay with data from a JSON file. Enables direct communication and notif
| `metadata` | object | Webhook response metadata |



## Notes

- Category: `tools`
- Type: `clay`
5 changes: 0 additions & 5 deletions apps/docs/content/docs/en/tools/confluence.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,3 @@ List all Confluence spaces accessible to the user.
| `spaces` | array | List of spaces |



## Notes

- Category: `tools`
- Type: `confluence`
Loading