Spec-Zone.ru › Ansible 2.8

office_365_connector_card – Использование веб-хуков для создания сообщений Connector Card в группе Office 365

Новая версия 2.4.

  • Описание
  • Параметры
  • Примечания
  • Примеры
  • Статус

Описание

  • Создаёт сообщения Connector Card с помощью
  • Office 365 Connectors https://dev.outlook.com/Connectors

Параметры

Параметр Варианты/Значения по умолчанию Комментарии
actions
-
Этот массив объектов позволит создавать ссылки на действия
в нижней части карточки.
color
-
Акцентный цвет, используемый для брендирования или обозначения состояния на карточке.
sections
-
Содержит список разделов для отображения на карточке.
Дополнительную информацию см. на https://dev.outlook.com/Connectors/reference.
summary
-
Строка, используемая для резюмирования содержимого карточки.
Это будет показано как предмет сообщения.
Требуется, если параметр text не заполнен.
text
-
Основной текст карточки.
Это будет отображено ниже информации об отправителе и необязательного заголовка,
и выше любых разделов или действий.
title
-
Заголовок для сообщения Connector. Отображается вверху сообщения.
webhook
- / обязательно
URL веб-хука предоставляется при создании нового Connector.

Примечания

Примечание

  • Этот модуль не идемпотентен, поэтому если одну и ту же задачу запустить дважды, будут созданы две карточки 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 (@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.8/modules/office_365_connector_card_module.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API