From bebdd1c48a119b027e505538efa2ebd74bb49973 Mon Sep 17 00:00:00 2001 From: Mike Megally Date: Thu, 1 Nov 2018 05:34:22 -0700 Subject: [PATCH] Update Synology Chat docs (#7100) We now allow passing through file_url to the Synology Chat API so the Synology Chat bot can upload files --- source/_components/notify.synology_chat.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_components/notify.synology_chat.markdown b/source/_components/notify.synology_chat.markdown index a42f3934eed..88abaf0c7c9 100644 --- a/source/_components/notify.synology_chat.markdown +++ b/source/_components/notify.synology_chat.markdown @@ -38,3 +38,13 @@ resource: {% endconfiguration %} To use notifications, please see the [getting started with automation page](/getting-started/automation/). + +A full example of a service call: + +```json +{"message": "This is a test message", + "data":{ + "file_url":"https://example.com/wp-content/uploads/sites/14/2011/01/cat.jpg" + } + } +```