1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/notification
patchback[bot] 369cde2320
add message_id (ts) option to slack module to allow editing messages (#843) (#927)
* add ts option to slack module to allow editing messages

* add version_added

Co-authored-by: Felix Fontein <felix@fontein.de>

* use correct API URL when updating

* add changelog fragment

* add diff/changed support for updating slack messages

* add an example on how to edit a message

* rename ts to message_id

* use the changed variable where possible

* correct conversation.history url

* proper formatting in documentation

Co-authored-by: Felix Fontein <felix@fontein.de>

* add channel to example

* correct conversation history url

* allow channel to start with C0

* fetch_url does not construct query parameters

* add missing argument

* return more data when nothing has changed

* use urlencode to construct query string

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 6d60d3fa7f)

Co-authored-by: Andreas Lutro <anlutro@gmail.com>
2020-09-18 06:11:42 +02:00
..
bearychat.py
campfire.py
catapult.py
cisco_spark.py
cisco_webex.py
flowdock.py
grove.py
hipchat.py
irc.py
jabber.py
logentries_msg.py
mail.py
matrix.py
mattermost.py
mqtt.py
nexmo.py
office_365_connector_card.py
pushbullet.py
pushover.py Specify device for Pushover notification (#802) (#913) 2020-09-17 19:41:11 +02:00
rocketchat.py
say.py
sendgrid.py
slack.py add message_id (ts) option to slack module to allow editing messages (#843) (#927) 2020-09-18 06:11:42 +02:00
syslogger.py
telegram.py
twilio.py
typetalk.py