office_365_connector_card – Использование веб-хуков для создания сообщений Connector Card в группе Office 365
Новая версия 2.4.
Обзор
- Создаёт сообщения Connector Card через
- Коннекторы Office 365 https://dev.outlook.com/Connectors
Параметры
| Параметр | Варианты/Значения по умолчанию | Комментарии |
|---|---|---|
| actions - | Этот массив объектов обеспечит ссылки на действия в нижней части карточки. | |
| color - | Акцентный цвет, используемый для брендирования или указания состояния в карточке. | |
| sections - | Содержит список разделов для отображения в карточке. Дополнительную информацию см. на https://dev.outlook.com/Connectors/reference. | |
| summary - | Строка, используемая для обобщения содержимого карточки. Будет отображаться как тема сообщения. Требуется, если параметр text не заполнен. | |
| text - | Основной текст карточки. Будет отображаться под информацией об отправителе и необязательным заголовком, и выше любых разделов или действий. | |
| title - | Заголовок для сообщения Connector. Отображается в верхней части сообщения. | |
| webhook - / обязательно | URL веб-хука предоставляется при создании нового Коннектора. |
Примечания
Примечание
- Этот модуль не идемпотентен, поэтому при повторном выполнении одной и той же задачи будут созданы две карточки Connector.
Примеры
- name: Create a simple Connector Card
office_365_connector_card:
webhook: https://outlook.office.com/webhook/GUID/IncomingWebhook/GUID/GUID
text: 'Hello, World!'
- name: Create a Connector Card with the full format
office_365_connector_card:
webhook: https://outlook.office.com/webhook/GUID/IncomingWebhook/GUID/GUID
summary: This is the summary property
title: This is the **card's title** property
text: This is the **card's text** property. Lorem ipsum dolor sit amet, consectetur
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
color: E81123
sections:
- title: This is the **section's title** property
activity_image: http://connectorsdemo.azurewebsites.net/images/MSC12_Oscar_002.jpg
activity_title: This is the section's **activityTitle** property
activity_subtitle: This is the section's **activitySubtitle** property
activity_text: This is the section's **activityText** property.
hero_image:
image: http://connectorsdemo.azurewebsites.net/images/WIN12_Scene_01.jpg
title: This is the image's alternate text
text: This is the section's text property. Lorem ipsum dolor sit amet, consectetur
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
facts:
- name: This is a fact name
value: This is a fact value
- name: This is a fact name
value: This is a fact value
- name: This is a fact name
value: This is a fact value
images:
- image: http://connectorsdemo.azurewebsites.net/images/MicrosoftSurface_024_Cafe_OH-06315_VS_R1c.jpg
title: This is the image's alternate text
- image: http://connectorsdemo.azurewebsites.net/images/WIN12_Scene_01.jpg
title: This is the image's alternate text
- image: http://connectorsdemo.azurewebsites.net/images/WIN12_Anthony_02.jpg
title: This is the image's alternate text
actions:
- "@type": ActionCard
name: Comment
inputs:
- "@type": TextInput
id: comment
is_multiline: true
title: Input's title property
actions:
- "@type": HttpPOST
name: Save
target: http://...
- "@type": ActionCard
name: Due Date
inputs:
- "@type": DateInput
id: dueDate
title: Input's title property
actions:
- "@type": HttpPOST
name: Save
target: http://...
- "@type": HttpPOST
name: Action's name prop.
target: http://...
- "@type": OpenUri
name: Action's name prop
targets:
- os: default
uri: http://...
- start_group: true
title: This is the title of a **second section**
text: This second section is visually separated from the first one by setting its
**startGroup** property to true.
Статус
- Этот модуль не гарантирует обратной совместимости интерфейса. [превью]
- Этот модуль поддерживается сообществом Ansible. [сообщество]
Авторы
- Marc Sensenich
Подсказка
Если вы заметите какие-либо проблемы в этой документации, вы можете отредактировать этот документ для улучшения.
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.7/modules/office_365_connector_card_module.html