Hi,
The request Body has to be provided as flowfile to the InvokeHttp Processor per the processor description:
![SAMSAL_0-1685111037806.png SAMSAL_0-1685111037806.png](https://community.cloudera.com/t5/image/serverpage/image-id/37664i53EF453523645ECB/image-size/medium?v=v2&px=400)
You can use an upstream processor to the InvokeHttp like ReplaceText processor to generate the request body a follows:
![SAMSAL_1-1685111384642.png SAMSAL_1-1685111384642.png](https://community.cloudera.com/t5/image/serverpage/image-id/37665i93D15E08B8ACB7ED/image-size/medium?v=v2&px=400)
To send incoming flowfile content as Request Body , make sure the following property of the invokehttp processor is set to true (default):
![SAMSAL_2-1685111771806.png SAMSAL_2-1685111771806.png](https://community.cloudera.com/t5/image/serverpage/image-id/37666i9C1AFE8196EC3499/image-size/medium?v=v2&px=400)
To make sure you are always getting a response no matter if its successful or not make sure to set the following invokehttp processor to true (default false):
![SAMSAL_3-1685111869728.png SAMSAL_3-1685111869728.png](https://community.cloudera.com/t5/image/serverpage/image-id/37667i244C4C628B3D5377/image-size/medium?v=v2&px=400)
If that helps please accept solution.
Thanks