Files
triggerdotdev--trigger.dev/docs/integrations/create.mdx
T
Hemachandar c0aa6633d2 chore: update doc title for groups (#539)
* chore: update doc title for groups

* update docs for sdk and integrations
2023-10-05 11:54:09 +01:00

18 lines
724 B
Plaintext

---
title: "Create an Integration: Introduction"
sidebarTitle: "Introduction"
description: "You can create Integrations of your own."
---
Before creating an Integration, make sure to read the [Integration overview](/documentation/concepts/integrations) to understand what an Integration is and how it works.
What we'll cover in this guide:
- [Setup the package](/integrations/create-setup)
- [The structure of an integration](/integrations/create-anatomy)
- [OAuth](/integrations/create-oauth)
- [The integration client](/integrations/create-client)
- [Creating Tasks](/integrations/create-tasks)
- [Creating Triggers](/integrations/create-triggers)
- [Publishing an Integration package](/integrations/create-publishing)