Webhooks logic: assistance needed

Hello, I’ve used this instruction and added a few webhooks to my project.

But I did not receive any new translation on GitHub. I expect webhooks to be triggered once my file is translated and automatically bring this translation to my GitHub. How can I achieve this?

@Alessandro_1two hello!

Everything works as expected. Webhooks work like notifications. That is, they do not send translations to the repository. To do this, you need to use the integration directly.

Kindly check this guide on the matter:

@Alessandro_1two by the way, you can combine Webhooks notification with GitHub actions :wink:

@Dima thanks for such detailed reply!