messengers API integration with Google translate in API chains
Google translate is a well-known translator service that can be used to automatically translate messengers messages. Google provides a limited free API for working with the service, the first 500,000 characters per month will be free, then the amount will be calculated according to this price list.
When configuring the service, you must select the translation language, and also specify the key for the request to the Google translate API. We wrote more about creating a key here.
In dynamic data, you must specify the text that you want to translate. The language of the source text will be determined automatically.
Response
The full description of the response and the request parameter can be found here.
We also recommend watching our tutorial videos, which describes in detail the way to configure the messengers API chain with Google Translator: