Hugo
Body of a preprocessor
Hi, the body keys are passed alongside wm_trigger
for instance if you're sending { "key1": ..., "key2": ... }
you need to set as parameters of your preprocessor to (key1: any, key2: any, wm_trigger any)
other option is to enable the
Wrap body
option on the http trigger which will make the whole body available at the "body" key so:
(body: any, wm_trigger, any)2 replies
Email trigger
the preprocessor is a special step which is run before the flow any only when triggered externally (aka not from the UI)
if you don't want to use it you can remove the preprocessor step and just add parsed_email as an input to your flow
14 replies