community.general.flowdock module – Send a message to a flowdock
Note
This module is part of the community.general collection (version 5.8.3).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.flowdock
.
Synopsis
Send a message to a flowdock team inbox or chat using the push API (see https://www.flowdock.com/api/team-inbox and https://www.flowdock.com/api/chat)
Parameters
Parameter |
Comments |
---|---|
(chat only - required) Name of the “user” sending the message |
|
(inbox only - required) Email address of the message sender |
|
(inbox only) Name of the message sender |
|
(inbox only) Link associated with the message. This will be used to link the message subject in Team Inbox. |
|
Content of the message |
|
(inbox only) Human readable identifier for more detailed message categorization |
|
(inbox only) Email address for replies |
|
(inbox only - required) Human readable identifier of the application that uses the Flowdock API |
|
(inbox only - required) Subject line of the message |
|
tags of the message, separated by commas |
|
API token. |
|
Whether to post to ‘inbox’ or ‘chat’ Choices:
|
|
If Choices:
|
Examples
- name: Send a message to a flowdock
community.general.flowdock:
type: inbox
token: AAAAAA
from_address: [email protected]
source: my cool app
msg: test from ansible
subject: test subject
- name: Send a message to a flowdock
community.general.flowdock:
type: chat
token: AAAAAA
external_user_name: testuser
msg: test from ansible
tags: tag1,tag2,tag3
Collection links
Issue Tracker Repository (Sources) Submit a bug report Request a feature Communication