• Cheat sheets
  • Documentation
  • API reference
  • Product updates
  • Sign in
Kontent.ai Learn
  • Try Kontent.ai
  • Plan
  • Set up
  • Model
  • Develop
  • Create
Copyright © 2024 Kontent.ai. All rights reserved.
  • Web
  • Privacy policy
  • Cookies policy
  • Consent settings
  • Security
  • GDPR
  • Overview
  • Manage API keys
  • Hello World
  • Hello Web Spotlight
  • Try sample apps
  • Build apps
  • Decide navigation and URLs
  • Environments
    • Overview
    • Integrate search
    • Translation management systems
    • Automate content updates with webhooks
    • PDFs and other formats
  • Get Developer Certification

Adjust a content item via API

Jake Kula, Jan Cerman
6 minutes
Download PDF
0% complete
When a webhook is triggered and you process the notification, your app can update your content item with new content via Management API.
Updating content based on webhooks can come in handy, for example, when automating your translations. After content creators prepare content in your default language, they move the content item to the next workflow step, and the automation translates the content to another language.In this video, Jake Kula, our Presales Engineer, uses the Javascript SDK for Management API to update the content item whose workflow step changed.
  • What can you do with webhooks?
  • Create an endpoint
  • Set up webhooks
  • Debug webhooks
  • Process webhook notifications
  • Adjust content over API