Slack custom icon #99
Unanswered
winromulus
asked this question in
Q&A
Replies: 1 comment
-
I'm not familiar with the Slack plugin, so this is just my reading of the code, but it looks like it attaches the icon from the current AppriseAsset object, which for Mailrise is the Mailrise logo. You can try defining your own asset in your YAML config: configs:
slacking_off@mailrise.xyz:
asset:
app_id: NuxRef
app_desc: NuxRef Notification
app_url: http://nuxref.com
image_url_mask: https://github.com/caronc/apprise/raw/master/apprise/assets/themes/{THEME}/apprise-{TYPE}-{XY}{EXTENSION}
urls:
- slack://[...] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
First of all, thank you for the excellent project!
Question: Is there a way to customize the slack icon for the notifications received? It would be great to be able to set custom icons (via image URL or otherwise) to more easily identify the systems that sent the notifications
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions