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.
Примечания
Примечание
- Этот модуль не идемпотентен, поэтому если одну и ту же задачу выполнить дважды
- будут созданы две карточки Connector.
Статус
Этот модуль помечен как превью, что означает, что он не гарантирует обратную совместимость интерфейса.
Для помощи в разработке модулей, если это необходимо, ознакомьтесь с Информацией о сообществе и участием, Тестированием Ansible и Разработкой модулей.
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.4/office_365_connector_card_module.html