community.general.typetalk (8.5.0) — module

Send a message to typetalk

Authors: Takashi Someda (@tksmd)

Install collection

Install with ansible-galaxy collection install community.general:==8.5.0


Add to requirements.yml

  collections:
    - name: community.general
      version: 8.5.0

Description

Send a message to typetalk using typetalk API


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Send a message to typetalk
  community.general.typetalk:
    client_id: 12345
    client_secret: 12345
    topic: 1
    msg: install completed

Inputs

    
msg:
    description:
    - message body
    required: true
    type: str

topic:
    description:
    - topic id to post message
    required: true
    type: int

client_id:
    description:
    - OAuth2 client ID
    required: true
    type: str

client_secret:
    description:
    - OAuth2 client secret
    required: true
    type: str