W3cubDocs

/Ansible

typetalk - Send a message to typetalk

New in version 1.6.

Synopsis

Send a message to typetalk using typetalk API ( http://developers.typetalk.in/ )

Requirements (on host that executes module)

  • json

Options

parameter required default choices comments
client_id
yes
OAuth2 client ID
client_secret
yes
OAuth2 client secret
msg
yes
message body
topic
yes
topic id to post message

Examples

- typetalk: client_id=12345 client_secret=12345 topic=1 msg="install completed"

This is an Extras Module

For more information on what this means please read Extras Modules

For help in developing on modules, should you be so inclined, please read Community Information & Contributing, developing_test_pr and Developing Modules.

© 2012–2016 Michael DeHaan
© 2016 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/typetalk_module.html