You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 xmlCustom 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="
}
]
}
The text was updated successfully, but these errors were encountered:
💡 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
orxml
Custom Notifications. However, they don't support attachments either.Perhaps they can be added as base64 coded data in an attachments array.
E.g.:
The text was updated successfully, but these errors were encountered: