Complete control over your content. Kontent AI is the headless CMS that enables organizations to govern all things content to deliver standout experiences.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
kontent_ai: {
type: "app",
app: "kontent_ai",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://manage.kontent.ai/v2/projects/${this.kontent_ai.$auth.environment}/items`,
headers: {
Authorization: `Bearer ${this.kontent_ai.$auth.management_api_key}`,
"Content-Type": `application/json`,
},
})
},
})
Emit new event when a content item is created.
Emit new event when a content item is deleted.
Emit new event when a content item is moved to another workflow step.
Emit new event when a content item is published.
Emit new event when a content item is retored in a specific language after deletion.
Create a new content item based on a specific content type. See the documentation
Kontent.ai uses API keys for authentication. When you connect your Kontent.ai account, Pipedream securely stores the keys so you can easily authenticate to Kontent.ai APIs in both code and no-code steps.
To retrieve your API keys,
To retrieve your Environment ID,