Skip to content
Closed
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
2 changes: 2 additions & 0 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ navigation:
path: pages/06-integrations/zapier.mdx
- page: Make
path: pages/06-integrations/make.mdx
- page: n8n
path: pages/06-integrations/n8n.mdx
- page: Postman
path: pages/06-integrations/postman.mdx
- section: Meeting transcriber tools
Expand Down
15 changes: 11 additions & 4 deletions fern/pages/06-integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,18 @@ AssemblyAI seamlessly integrates with a variety of tools and platforms to enhanc
Build complex automation scenarios with Make's visual workflow builder.
</Card>
<Card
title="Postman"
icon="fa-solid fa-user-astronaut"
href="/docs/integrations/postman"
title="n8n"
icon="diagram-project"
href="/docs/integrations/n-8-n"
>
Test and explore AssemblyAI's APIs using Postman collections.
Automate workflows with n8n's fair-code automation platform and integrate AssemblyAI.
</Card>
<Card
title="Activepieces"
icon="puzzle-piece"
href="/docs/integrations/activepieces"
>
Create automated workflows with this open-source alternative to Zapier.
</Card>
</CardGroup>

Expand Down
Loading
Loading