Message triggers clarification

This commit is contained in:
hcourdent
2024-09-25 16:32:12 +02:00
parent 9909b8989e
commit 36882f2fc9
@@ -96,10 +96,11 @@
<div class="p-4">
<Alert
type="info"
title="Preprocessor is called when the flow is triggered by API or email"
title="Preprocessor step is called when the flow is triggered by API or email"
>
It prepares arguments for the flow. Besides request arguments, the preprocessor receives a
`wm_trigger` argument with trigger details.
`wm_trigger` argument with trigger details. Learn more about all flow triggers
<a href="https://www.windmill.dev/docs/getting_started/trigger_flows" target="_blank" rel="noopener noreferrer">here</a>.
</Alert>
</div>
{/if}