Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
Page Properties
hiddentrue

Introduction

XTM Connect – WordPress is based on callbacks. A callback is information feedback from, for example, a system, after a particular task finishes. As soon as you send a request by means of XTM Connect – WordPress, it creates a project and sends the source file to XTM Cloud via the API. After a particular job/project finishes, XTM Cloud sends a callback to XTM Connect – WordPress about the finished task in XTM Cloud. Then, XTM Connect – WordPress will take the generated target file for each individual job, download it and upload it to WordPress, for each individual language, as the WPML content.

...

As mentioned, the Callbacks tab is present in your XTM Cloud instance. Log in to your environment and navigate to Configuration → Callbacks.

Note

IMPORTANT!

You need to have an administrator role to see the Callbacks tab.

...

  • Project ID: XTM ID of a particular project.

  • URL: The URL to which the callback has been sent.

  • Type: Possible default callback types for WordPress are:

    • Project finished.

    • Job finished.

  • Last attempt date: Click the blue arrow icon to sort in ascending order or descending order.

  • Status: Potential callback response statuses are in the following status groups:

    • Informational responses → codes 100–199.

    • Successful responses → codes 200–299.

    • Redirection messages → codes 300–399.

    • Client error responses → codes 400–499.

    • Server error responses → codes 500–599.

  • Status icon: If the callback has not been able to reach its endpoint, one of the following icons will be displayed and a tooltip will provide you with information about the callback:

    • Orange warning icon (blue star): If the callback has not reached its endpoint, but can still be resent automatically, the warning tooltip will be displayed, informing you about the number of automatic resend attempts remaining.

    • Red error icon (blue star): If the callback has not reached its endpoint and cannot be resent automatically, because the maximum number of resend attempts has been reached, the error tooltip will be displayed, informing you that the maximum number of attempts has been reached.

...