From 21072436e18fe6e2788bbd2dc278bb714799d67d Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 23 Jul 2024 21:36:27 -0400 Subject: [PATCH] Updated Notify_workflows (markdown) --- Notify_workflows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify_workflows.md b/Notify_workflows.md index 3ec9871..d92cf33 100644 --- a/Notify_workflows.md +++ b/Notify_workflows.md @@ -1,5 +1,5 @@ ## Microsoft Power Automation / Workflows Notifications -* **Source**: https://teams.microsoft.com +* **Source**: https://www.microsoft.com/power-platform/products/power-automate * **Icon Support**: Yes * **Message Format**: Markdown * **Message Limit**: 1000 Characters per message @@ -20,7 +20,7 @@ https://prod-NO.LOCATION.logic.azure.com:443/workflows/WFID/triggers/manual/path ``` Yes... The URL is that big... but at the end of the day this effectively equates to: -```workflows://{host}:{port}/{workflow}/{signature}``` +- ```workflows://{host}:{port}/{workflow}/{signature}``` **Note:** Apprise supports this URL _as-is_ too; you no longer need to parse the URL any further. However there is slightly more overhead (internally) if you do use it this way. Sometimes copy/paste is so much easier though! :+1: