Call REST (POST) - Deepl Translation

0
Hello,   i have the following problem. I want to use a REST Service for an integration of text translations (DeepL) . I tried it out by using the “GET” method and it works fine, but only for single words.     However, DeepL recommends to use POST method because of problems with long texts. But I don’t know how to configurate. In the documentation there are two examples for different request types:     Can you please tell me which one I should use and how to integrate this code into the microflow REST call?   Thank you a lot.   Best regards, André
asked
2 answers
0

Try to check the error message (should be in the variable $latestHttpResponse or $latestError variable that you can see with the debugger). 

My guess is that it is an encoding issue, try the urlEncode function

answered
0

for the post, the “body” need to be put here

 

answered