After a day of trial and error, apparently the answer can be derived from docs. config docs. Apparently when it says req.body, it means you can get the body from txn.sf:req_body()
, for url txn.f:path()
, for params txn.f:query()
. The pattern seems to be to substitute dot in the config with an underscore (res.body , res_body())