Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can have the Beebox call a URL whenever an event takes place in a Beebox project. Sample events you may hook:

...

Callbacks are often used in combination with the API. For example, instead of polling the Beebox to see if files have been translated, you could use callbacks instead. Callbacks are configured individually per Beebox project. There are two types of callback urls:

  • Admin callback url: Called with all Beebox events.
  • Connector callback url: Called when a file is translated and ready for download.

 

...

Setup "Admin"

...

callback

These callback urls are called with all events in the Beebox.

Select a project and click "Settings". Scroll down to the bottom of the page and paste your callback url:

...

Setup "Connector"

...

callback

Connector callbacks are only triggered when translations have been completed and are ready for download (using the API).

...