MaryM
Windmillโ€ข10mo agoโ€ข
13 replies
Mary

Email trigger

May I know if there is an email trigger demo on https://app.windmill.dev/? I set it up, but it doesn't look like what I expected. I created a preprocessor to take the incoming the email body , def preprocessor(raw_email: str, parsed_email: dict, wm_trigger: WmTrigger):

text_body = parsed_email.get("text_body") ,

return {
"text_body": text_body,
} and I created a variable named text_body on the 'input' for receiving the text_body from preprocess, but when I sent an email to the flow, the flow wasn't triggered . May I get any help for the issue ?Thank you for any suggestion and help
Was this page helpful?