Http request activity html body

Hi @oumayma_lajili1

The easiest way is to save it as a text file in your project folder, and then do this:

  1. Use Read Text File activity to read it into the String variable
  2. Pass this String variable in the body parameter

It will work out of the box.

There are other ways too, if you want to go more advanced.

2 Likes