Support `icon_url` parameter for Slack
See original GitHub issue💡 The Idea
Slack supports the ability to pass in an icon_url
value when calling an Incoming Webhook. Can this be supported by Apprise? Currently you can change the footer icon as seen here: https://github.com/caronc/apprise/blob/master/apprise/plugins/NotifySlack.py#L311
But in my opinion the footer icon is too small and I’d rather be able to change the icon of the user. Included some screenshots below for reference. Thanks in advance!
I want to control the green in the below, not the red
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Sending messages using Incoming Webhooks - Slack API
Creating an Incoming Webhook gives you a unique URL to which you send a JSON payload with the message text and some options....
Read more >api/services/slack: Consider add support custom icon emoji ...
To see custom profile picture for incoming Slack messages from GitLab API. Proposal. We can add new params like icon_emoji and icon_url to...
Read more >slack/chat.go at master - GitHub
PostMessageParameters contains all the parameters necessary (including the ... Use http://davestevens.github.io/slack-message-builder/ to help crafting your ...
Read more >slack - Go Packages
github.com/slack-go/slack ... This library supports most if not all of the api.slack.com REST calls, ... func MsgOptionIconURL(iconURL string) MsgOption ...
Read more >Slack API: Interactivity components not do not work posting ...
postMessage ? If that's the case then the issue is that this parameter, as_user is not supported for newer apps. In other words...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oh that’s fine, I will either change the code manually or wait for your next release. Thanks for the suggestion!
👍 thanks for the quick review and merge!