Change

Time
2026-05-30 17:24:02
User
York-Simon Johannsen (YoSiJo)
Action
Updated
Object type
Extras | webhook
Object
Message
Webhook Apprise-Notification-Center hinzugefügt.
Request ID

Difference

{
    "body_template": "",
    "name": "Test",
    "owner": null,
    "payload_url": "https://apprise-api.stage.anoxinon.de",
    "secret": "foo"
}
{
    "body_template": "{\r\n  \"urls\": \"xmpps://apprise:{{ env.WEBHOOK_SECRET_PASSWORD }}@anoxinon.me/#technik@conference.anoxinon.me\",\r\n  \"title\": \"NetBox: {{ event }} ({{ model }})\",\r\n  \"body\": \"Aktion durchgeführt von: {{ username }}\\nObjekt: {{ data.name if data.name else data.id }}\\nZeitstempel: {{ timestamp }}\"\r\n}",
    "name": "Apprise-Notification-Center",
    "owner": 1,
    "payload_url": "https://apprise-api.stage.anoxinon.de/notify/",
    "secret": ""
}

Pre-Change Data

name: "Test"tags: []owner: nullsecret: "foo"description: ""http_method: "POST"payload_url: "https://apprise-api.stage.anoxinon.de"ca_file_path: nullbody_template: ""custom_fields: {}ssl_verification: truehttp_content_type: "application/json"additional_headers: ""

Post-Change Data

name: "Apprise-Notification-Center"tags: []owner: 1secret: ""description: ""http_method: "POST"payload_url: "https://apprise-api.stage.anoxinon.de/notify/"ca_file_path: nullbody_template: "{\r\n  \"urls\": \"xmpps://apprise:{{ env.WEBHOOK_SECRET_PASSWORD }}@anoxinon.me/#technik@conference.anoxinon.me\",\r\n  \"title\": \"NetBox: {{ event }} ({{ model }})\",\r\n  \"body\": \"Aktion durchgeführt von: {{ username }}\\nObjekt: {{ data.name if data.name else data.id }}\\nZeitstempel: {{ timestamp }}\"\r\n}"custom_fields: {}ssl_verification: truehttp_content_type: "application/json"additional_headers: ""
Documents
None

Related Changes

None