Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
430 changes: 214 additions & 216 deletions apps/docs/content/docs/integrations/affinity.mdx

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions apps/docs/content/docs/integrations/agentmail.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Manage email inboxes, threads, and messages with AgentMail

import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
<BlockInfoCard
type="agentmail"
color="#000000"
/>
Expand Down Expand Up @@ -573,5 +573,3 @@ Add or remove labels on an email thread in AgentMail
| --------- | ---- | ----------- |
| `threadId` | string | Unique identifier for the thread |
| `labels` | array | Current labels on the thread |


4 changes: 1 addition & 3 deletions apps/docs/content/docs/integrations/agentphone.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Provision numbers, send SMS and iMessage, and place voice calls wit

import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
<BlockInfoCard
type="agentphone"
color="linear-gradient(135deg, #1a1a1a 0%, #0a2a14 100%)"
/>
Expand Down Expand Up @@ -610,5 +610,3 @@ Update conversation metadata (stored state). Pass null to clear existing metadat
| ↳ `mediaUrl` | string | Media URL if any |
| ↳ `mediaUrls` | array | All attached media URLs |
| ↳ `receivedAt` | string | ISO 8601 timestamp |


4 changes: 1 addition & 3 deletions apps/docs/content/docs/integrations/agiloft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Manage records in Agiloft CLM

import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
<BlockInfoCard
type="agiloft"
color="#001028"
/>
Expand Down Expand Up @@ -475,5 +475,3 @@ Create an Agiloft record, or update it when a record already matches the given f
| `id` | string | ID of the created or updated record |
| `created` | boolean | True when a new record was created, false when an existing one was updated |
| `callbackId` | string | Returned for a queued upsert; pass it to Async Status to poll the result |


4 changes: 1 addition & 3 deletions apps/docs/content/docs/integrations/ahrefs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: SEO analysis with Ahrefs

import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
<BlockInfoCard
type="ahrefs"
color="#FFFFFF"
/>
Expand Down Expand Up @@ -652,5 +652,3 @@ Get aggregate competitor stats for an Ahrefs Rank Tracker project: each competit
| ↳ `pos4To10` | number | Keywords ranking in positions 4-10 |
| ↳ `shareOfVoice` | number | Organic traffic share percentage |
| ↳ `shareOfTrafficValue` | number | Organic traffic value share percentage |


5 changes: 1 addition & 4 deletions apps/docs/content/docs/integrations/airtable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Read, create, and update Airtable

import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
<BlockInfoCard
type="airtable"
color="#FFFFFF"
/>
Expand Down Expand Up @@ -266,8 +266,6 @@ Get the schema of all tables, fields, and views in an Airtable base
| `tables` | json | Array of table schemas with fields and views |
| `metadata` | json | Operation metadata including total tables count |



## Triggers

A **Trigger** is a block that starts a workflow when an event happens in this service.
Expand Down Expand Up @@ -315,4 +313,3 @@ Trigger workflow from Airtable record changes like create, update, and delete ev
| ↳ `recordId` | string | Record ID |
| ↳ `changeType` | string | Type of change \(created, changed, destroyed\) |
| ↳ `cellValuesByFieldId` | object | Cell values by field ID |

4 changes: 1 addition & 3 deletions apps/docs/content/docs/integrations/airweave.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Search your synced data collections

import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
<BlockInfoCard
type="airweave"
color="#6366F1"
/>
Expand Down Expand Up @@ -53,5 +53,3 @@ Search your synced data collections using Airweave. Supports semantic search wit
| ↳ `breadcrumbs` | array | Navigation path to the result within its source |
| ↳ `url` | string | URL to the original content |
| `completion` | string | AI-generated answer to the query \(when generateAnswer is enabled\) |


4 changes: 1 addition & 3 deletions apps/docs/content/docs/integrations/algolia.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Search and manage Algolia indices

import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
<BlockInfoCard
type="algolia"
color="#003DFF"
/>
Expand Down Expand Up @@ -418,5 +418,3 @@ Check whether an Algolia indexing task has finished publishing
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `status` | string | Task status: "published" once the operation has been applied, "notPublished" while still pending |


4 changes: 1 addition & 3 deletions apps/docs/content/docs/integrations/amplitude.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Track events and query analytics from Amplitude

import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
<BlockInfoCard
type="amplitude"
color="#13294B"
/>
Expand Down Expand Up @@ -384,5 +384,3 @@ Measure how many users return to perform an action after a starting action.
| ↳ `values` | json | Per-cohort-date retention counts keyed by date |
| ↳ `combined` | json | Deduplicated aggregate retention across all cohorts |
| `seriesMeta` | array | Segment/event index metadata for each series entry |


4 changes: 1 addition & 3 deletions apps/docs/content/docs/integrations/apify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Run Apify actors and retrieve results

import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
<BlockInfoCard
type="apify"
color="#FFFFFF"
/>
Expand Down Expand Up @@ -144,5 +144,3 @@ Get the status and details of an APIFY actor run
| `datasetId` | string | Default dataset ID for the run |
| `keyValueStoreId` | string | Default key-value store ID for the run |
| `stats` | json | Run statistics \(memory, CPU, duration\) |


4 changes: 1 addition & 3 deletions apps/docs/content/docs/integrations/apollo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Search, enrich, and manage contacts with Apollo.io

import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
<BlockInfoCard
type="apollo"
color="#EBF212"
/>
Expand Down Expand Up @@ -648,5 +648,3 @@ Get list of team's linked email accounts in Apollo
| --------- | ---- | ----------- |
| `email_accounts` | json | Array of team email accounts linked in Apollo |
| `total` | number | Total count of email accounts |


4 changes: 1 addition & 3 deletions apps/docs/content/docs/integrations/appconfig.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Manage and retrieve configuration with AWS AppConfig

import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
<BlockInfoCard
type="appconfig"
color="linear-gradient(45deg, #B0084D 0%, #FF4F8B 100%)"
/>
Expand Down Expand Up @@ -679,5 +679,3 @@ Stop an in-progress AWS AppConfig deployment
| `message` | string | Operation status message |
| `deploymentNumber` | number | Deployment sequence number |
| `state` | string | Deployment state after stopping |


4 changes: 1 addition & 3 deletions apps/docs/content/docs/integrations/arxiv.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Search and retrieve academic papers from ArXiv

import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
<BlockInfoCard
type="arxiv"
color="#FFFFFF"
/>
Expand Down Expand Up @@ -77,5 +77,3 @@ Search for papers by a specific author on ArXiv.
| --------- | ---- | ----------- |
| `authorPapers` | json | Array of papers authored by the specified author |
| `totalResults` | number | Total number of papers found for the author |


4 changes: 1 addition & 3 deletions apps/docs/content/docs/integrations/asana.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Interact with Asana

import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
<BlockInfoCard
type="asana"
color="#FFFFFF"
/>
Expand Down Expand Up @@ -381,5 +381,3 @@ List all sections in an Asana project
| ↳ `gid` | string | Section GID |
| ↳ `name` | string | Section name |
| ↳ `resource_type` | string | Resource type \(section\) |


Loading
Loading