Hi All,
I’m sure this is very simple but I can’t seem to get it to work.
I want to take the text body sent to my automation via a webhook and use it as the input to my workspace.
So this would be the POST

I’d then like to pass “this is not a test” into the workspace POST_test (below) so that I can process it further in the workspace.

I imagine the issue is that I’m not defining where the information is coming from when entering the workspace, which is just a text file reader and text file writer for the purposes of this test.
I followed this tutorial and can trigger the workspace using this method but I cannot get it to read the text directly from the body.Send Source Data to FME Flow with HTTP POST – FME Support Center
Further searching suggested setting the source as a user parameter.
I’ve tried to set the input as text string using a user parameter but this doesn’t remain in the reader after clicking ‘ok’.

I’m using Flow 2024.0.5 and the V3 REST API
TIA







