---
title: "Integration"
description: "Connect an external CMS or DAM to a root folder in Mindtickle Content Center, review its sync history, and delete it when it is no longer needed."
contentType: "overview"
url: "https://developer.mindtickle.com/docs/content-center/integration/"
---

An integration represents a connection between your source system and Content Center, and creates a root folder within Content Center. Its `integration_id` and `root_folder_id` are required when submitting content management jobs.

## Endpoints

- [Create an integration](/docs/content-center/integration/create-an-integration/): establish a persistent connection between your external CMS or DAM and Content Center.
- [Get executions for an integration](/docs/content-center/integration/get-executions-for-an-integration/): retrieve a paginated list of all content management job executions for an integration ID.
- [Delete a synced root folder](/docs/content-center/integration/delete-a-synced-root-folder/): permanently remove a synced root folder and all its associated content.

## Related

- [Content Center](/docs/content-center/): key concepts, the Entity object reference, common errors, and usage examples shared by these endpoints.
- [Jobs](/docs/content-center/jobs/): run and monitor content management jobs for an integration.
