Skip to content

Discord JSON #1289

@shrom59

Description

@shrom59

💡 The Idea
Hello,
I am trying to have a notification like that :

Image
I already have the json behind that which is :

{ "wait": true, "tag":"discord", "username": "Backup bot", "body":"test", "avatarurl": "https://i.imgur.com/hRaOk6m.png", "embeds": [{ "": "", "title": "Backup resume ()", "author": { "": "" }, "thumbnail": { }, "image": { "": "" }, "fields": [{"name": "Status", "value": "", "inline": true},{"name": "Folders", "value": "", "inline": true},{"name": "Size", "value": "()", "inline": true},{"name": "Time", "value": "", "inline": false},{"name": "Free space disk", "value": "", "inline": true} ], "footer": { "":"" } }], "embeds": [{ "": "", "title": "Backup resume ()", "author": { "": "" }, "thumbnail": { }, "image": { "": "" }, "fields": [{"name": "Status", "value": "", "inline": true},{"name": "Folders", "value": "", "inline": true},{"name": "Size", "value": "()", "inline": true},{"name": "Time", "value": "", "inline": false},{"name": "Free space disk", "value": "", "inline": true} ], "footer": { "":"_" } }] }

when I simply trying this :

curl -X POST -H "Content-Type: application/json" -H "Expect: application/json" -d @notif.json https://apprise.tld/notify/apprise

I receive this :
Image

I already try to play withj markdown and json without no effect

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions