From 603e323a67c21555615550774ad69ab1e8578ec4 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Mon, 31 Aug 2020 10:59:07 +0200 Subject: [PATCH] Adjust hangouts service description (#14325) --- source/_integrations/hangouts.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/hangouts.markdown b/source/_integrations/hangouts.markdown index 5cbba174394..5878f9f67d7 100644 --- a/source/_integrations/hangouts.markdown +++ b/source/_integrations/hangouts.markdown @@ -212,9 +212,9 @@ Sends a message to the given conversations. | Service data attribute | Optional | Description | |------------------------|----------|--------------------------------------------------| -| target | List of targets with id or name. [Required] | [{"id": "UgxrXzVrARmjx_C6AZx4AaABAagBo-6UCw"}, {"name": "Test Conversation"}] | -| message | List of message segments, only the "text" field is required in every segment. [Required] | [{"text":"test", "is_bold": false, "is_italic": false, "is_strikethrough": false, "is_underline": false, "parse_str": false, "link_target": "http://google.com"}, ...] | -| data | Extra options | {"image_file": "path"} / {"image_url": "url"} | +| target | No | List of targets with id or name. | +| message | No | List of message segments, only the "text" field is required in every segment. | +| data | Yes | Either a path to an image file or a URL to an image. | ### Service `hangouts.reconnect`