Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ntfy webhook images not appearing #227

Open
bananaabandit opened this issue Apr 15, 2024 · 3 comments
Open

Ntfy webhook images not appearing #227

bananaabandit opened this issue Apr 15, 2024 · 3 comments

Comments

@bananaabandit
Copy link

bananaabandit commented Apr 15, 2024

I have the below set up, can anyone see anything I have missed to get this link to show up automatically in the body of the notification?
image
It is working great, other than the fact that the image does not appear until the link is clicked on.
image
This is the image that is then loaded when the link is clicked, so the link is working, just not displaying a preview.
image

@bananaabandit bananaabandit changed the title Ntfy images not showing Ntfy webhook images not appearing Apr 15, 2024
@bananaabandit
Copy link
Author

If it helps I have something similar to this on jellyseerr which works like this so I believe Ntfy is working.
image
image

@MisterSeagull
Copy link

MisterSeagull commented Oct 26, 2024

@bananaabandit
Add the filename property after attach

"Attach": "{{{ServerUrl}}}/Items/{{{ItemId}}}/Images/Primary",
"Filename": "Primary.jpg",

@ki9us
Copy link

ki9us commented Oct 28, 2024

If the images are webp, ntfy doesn't support it yet. See binwiederhier/ntfy-android#80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants