Files
triggerdotdev--trigger.dev/docs/integrations/introduction.mdx
T
Dan c47ad5e038 Docs improvements and added API catalog links (#737)
* integration docs various improvements

* Added optional comments to step by step guide

* Added API catalog card to the integrations intro

* Added Api catalog button to the examples job tab

* Tweaked copy of api catalog card

* Update introduction.mdx

---------

Co-authored-by: Matt Aitken <matt@mattaitken.com>
2023-11-16 11:50:26 +00:00

49 lines
2.9 KiB
Plaintext

---
title: "Integrations: Introduction"
sidebarTitle: "Introduction"
description: "Integrations make it easy to authenticate and use APIs."
---
<CardGroup>
<Card
title="What are Integrations?"
icon="circle-question"
href="/documentation/concepts/integrations"
>
An explanation of what they are and how they work
</Card>
<Card
title="How to use Integrations"
icon="gears"
href="/documentation/guides/using-integrations"
>
How to connect Integrations to your account and use them in your code
</Card>
<Card title="How to create your own Integrations" icon="paintbrush" href="/integrations/create">
You can create your own Integrations (and optionally share them with others)
</Card>
<Card title="API catalog with code examples" icon="code" href="https://trigger.dev/apis">
Use any API with an existing Node SDK or even just using fetch. Find the right API for your
project here.
</Card>
</CardGroup>
## The Integrations Catalog
Navigate the menu or select Integrations from the table below.
| API | Description | Webhooks | Tasks |
| ----------------------------------------- | ---------------------------------------------------------------- | -------- | ----- |
| [Airtable](/integrations/apis/airtable) | Interact with the Airtable API | 🕘 | ✅ |
| [GitHub](/integrations/apis/github) | Subscribe to webhooks and perform actions | ✅ | ✅ |
| [Linear](/integrations/apis/linear) | Streamline project and issue tracking | ✅ | ✅ |
| [OpenAI](/integrations/apis/openai) | Generate text and images. Including longer than 30s prompts | N/A | ✅ |
| [Plain](/integrations/apis/plain) | Perform customer support using Plain | 🕘 | ✅ |
| [Replicate](/integrations/apis/replicate) | Run machine learning tasks easily at scale | N/A | ✅ |
| [Resend](/integrations/apis/resend) | Send emails using Resend | 🕘 | ✅ |
| [SendGrid](/integrations/apis/sendgrid) | Send emails using SendGrid | 🕘 | ✅ |
| [Slack](/integrations/apis/slack) | Send Slack messages | 🕘 | ✅ |
| [Stripe](/integrations/apis/stripe) | Interact with the Stripe API | ✅ | ✅ |
| [Supabase](/integrations/apis/supabase) | Interact with your projects and databases | ✅ | ✅ |
| [Typeform](/integrations/apis/typeform) | Interact with the Typeform API and get notified of new responses | ✅ | ✅ |