Change

Time
2026-05-30 18:20:57
User
York-Simon Johannsen (YoSiJo)
Action
Updated
Object type
Extras | webhook
Object
Message
Request ID

Difference

{
    "custom_fields": {
        "webhook_secret": null
    }
}
{
    "custom_fields": {
        "webhook_secret": "TTTTTT"
    }
}

Pre-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: {
    "webhook_secret": null
}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: {
    "webhook_secret": "TTTTTT"
}ssl_verification: truehttp_content_type: "application/json"additional_headers: ""
Documents
None

Related Changes

None