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
This commit is contained in:
Mike Megally 2018-11-01 05:34:22 -07:00 committed by Fabian Affolter
parent 2bf8e2135b
commit bebdd1c48a

View File

@ -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"
}
}
```