c0aa6633d2
* chore: update doc title for groups * update docs for sdk and integrations
18 lines
724 B
Plaintext
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)
|