Callbacks - Configure
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).
Use case: When you link a CMS with the Beebox, the CMS uses the limited "Connector" credentials to exchange work. If you would like to notify the CMS of work completed you may want to have a specific CMS page be called. That page may then notify a CMS user or trigger the download of translations.
Connector callbacks are configured in the "CMS Connector" tab of the project "Settings" page:
As you can see the URL is supplied on the same page where you supply the credentials for the CMS or another external system.
This URL will be called for the event "CreatedTranslatedFiles" only. See list of all events.
Continue reading about the Callback URL parameters.