Configuring callback webhook
In order to process translated composition, developers must perform a one time setup of the callback webhook. This webhook will be triggered by AI translation integration upon completion of the translation job. This process allows fine tuning the logic of what should happen with the translated composition/entry - which workflow stage should be assigned to the translated composition/entry, notify the reviewer and so on.
You can find a full example of implementation in this repo and follow the readme to run the webhook callback function on your preferred infrastructure.
Update the integration settings#
After the callback webhook function is running on a publicly accessible endpoint, make sure to update the integration settings with the endpoint details:
Provide the URL of the webhook to run after AI translation.