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: