From 6228555b8e97692108c3a3da7b1ca9f935c057e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 18:14:59 +0000 Subject: [PATCH] Update unreleased documentation (#588) * Update versions.json * Deployed 06175a598 to unreleased in versions with MkDocs 1.5.3 and mike 2.0.0 * Sort docs versions --------- Co-authored-by: GitHub Actions Bot --- .../concepts/automations/index.html | 14 +++++++------- versions/unreleased/search/search_index.json | 2 +- versions/unreleased/sitemap.xml.gz | Bin 1762 -> 1762 bytes 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/versions/unreleased/concepts/automations/index.html b/versions/unreleased/concepts/automations/index.html index 6b00157c0c..3e460ea683 100644 --- a/versions/unreleased/concepts/automations/index.html +++ b/versions/unreleased/concepts/automations/index.html @@ -2392,11 +2392,11 @@
  • - + - Templating notifications with Jinja + Templating with Jinja @@ -8961,11 +8961,11 @@
  • - + - Templating notifications with Jinja + Templating with Jinja @@ -9343,9 +9343,9 @@

    Automation notificationsEmail to a configured email address

  • Configuring notifications for an automation in Prefect Cloud.

    -

    Templating notifications with Jinja

    -

    The notification body can include templated variables using Jinja syntax. Templated variable enable you to include details relevant to automation trigger, such as a flow or pool name.

    -

    Jinja templated variable syntax wraps the variable name in double curly brackets, like {{ variable }}.

    +

    Templating with Jinja

    +

    Automation actions can access templated variables through Jinja syntax. Templated variables enable you to dynamically include details from an automation trigger, such as a flow or pool name.

    +

    Jinja templated variable syntax wraps the variable name in double curly brackets, like this: {{ variable }}.

    You can access properties of the underlying flow run objects including: