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

JSON conversion plugin #64

Open
hbarthel opened this issue Dec 24, 2024 · 0 comments
Open

JSON conversion plugin #64

hbarthel opened this issue Dec 24, 2024 · 0 comments

Comments

@hbarthel
Copy link

Hi folks,

is there already something like a generic JSON conversion plugin?
I use a Reolink camera that has webhook functionality. Per default a message looks like this:

{
    "alarm": {
        "title": "Test message",
        "message": "the alarm message",
        "name": "some name",
        "type": "TEST",
        "device": "friendly name",
        "channel": 1,
        "channelName": "",
        "deviceModel": "Reolink some model",
        "alarmTime": "2024-12-24T10:39:53.000+0000"
    }
}

I would like to convert it to become understandable by Gotify.

Cheers, Heiko

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

No branches or pull requests

1 participant