Updated Notify_workflows (markdown)

Chris Caron 2024-07-23 21:36:27 -04:00
parent 795b72d097
commit 21072436e1

@ -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: