Skip to content
Blackbird docs
GitHub

Sitecore

Sitecore is one of the leading enterprise-level content management systems, enabling web content editors and marketers to have full control over all aspects of their website from social integration and blog posts to advanced personalisation, ecommerce and more. This app focusses on the integration between Sitecore items, languages and the rest of the Blackbird ecosystem. Contrary to other Blackbird apps, in order to get up and running you need to install a custom-built plugin on your Sitecore instance.

Before setting up

Before you can connect you need to make sure that:

  • You have access to an instance of Sitecore.
  • You have sufficient administrator access in Sitecore to install a plugin.
  • You have received the Sitecore plugin package from Blackbird.

Installing the plugin

  1. Navigate to the installation wizzard.

1706110503246

  1. Upload the plugin package you received from Blackbird.

1706110550965

  1. Click Next.
  2. Click Install.
  3. Click Close.

Creating an API key

  1. Go to Content Editor.
  2. Navigate to System -> Settings -> Services -> API Keys.
  3. Insert a new API Key item.

1706110975432

  1. Populate the following fields:
    • Allowed controllers: set to * or choose controllers.
    • Impersonation User: the request will be executed as this user. Sitecore admin can create users with some limitations if needed. Anonymous users will be impersonated as this user if the field value is empty.
  2. Publish the item.

1706111272004

  1. Copy the Item ID (including the parentheses) - this is your key and can be used in the next steps.

Connecting

  1. Navigate to apps and search for Sitecore. If you cannot find Sitecore then click Add App in the top right corner, select Sitecore and add the app to your Blackbird environment.
  2. Click Add Connection.
  3. Name your connection for future reference e.g. ‘My Sitecore connection’.
  4. Fill in the URL to your Sitecore instance
  5. Fill in the API key from the previous section.
  6. Click Connect.

1706111666447

Actions

  • Search items finds items based on your search criteria, including last updated, created, language, path, etc.
  • Get all configured languages returns all the languages that are configured in this Sitecore instance.
  • Get item content as HTML get the content of an item represented as an HTML file so that it can be processed by NMT or TMS. You can specify which version/language should be retrieved.
  • Update item content from HTML updates the content of a specific version/language. Additionally, you can choose to always create a new version.
  • Delete item content deletes an item.

Example

This example shows how one could retrieve a subset of items, based on custom criteria, download these items HTML files, translate them using any NMT provider and update the translations.

1706274178376

Feedback

Do you want to use this app or do you have feedback on our implementation? Reach out to us using the established channels or create an issue.