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

Attachment support for Custom Notifications #416

Closed
Redsandro opened this issue Jul 31, 2021 · 2 comments
Closed

Attachment support for Custom Notifications #416

Redsandro opened this issue Jul 31, 2021 · 2 comments

Comments

@Redsandro
Copy link

💡 The Idea

When a user can't get attachments into any of the services they host supported by Apprise, it would be helpful if they can try it manually using json or xml Custom Notifications. However, they don't support attachments either.

Perhaps they can be added as base64 coded data in an attachments array.

E.g.:

{
  "version": "1.0",
  "title": "Someone is at the door",
  "message": "Plenty of details here",
  "type": "info",
  "attachments": [
    {
      "mimetype" : "image/jpeg",
      "data" :   "/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAMDAwMDAQMDAwMEBAMFBQkGBQUFBQsICAYJDQsODg0L="
    }
  ]
}
@caronc
Copy link
Owner

caronc commented Jul 31, 2021

That's actually a really great idea! I love it

@caronc
Copy link
Owner

caronc commented Aug 15, 2021

Closing this ticket as this has now been implemented! 👍

@caronc caronc closed this as completed Aug 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants