Change

Time
2026-05-31 10:23:51
User
York-Simon Johannsen (YoSiJo)
Action
Updated
Object type
Extras | webhook
Object
Message
Request ID

Difference

{
    "body_template": "{\r\n  \"urls\": \"xmpps://apprise:{{ \"\" | xmpp_apprise_password }}@anoxinon.me/#technik@conference.anoxinon.me\",\r\n  \"title\": \"NetBox: Journaleintrag ({{data.kind.label}}) {% if event == 'created' %}erstellt{% elif event == 'updated' %}geändert{% elif event == 'deleted' %}gelöscht{% else %}{{ event }}{% endif %} von {{ username }}\",\r\n  \"body\": \"Objekt: {{ data.assigned_object_type.split('.')[-1] | capitalize }} '{{ data.assigned_object.name if data.assigned_object.name else data.assigned_object.address if data.assigned_object.address else data.assigned_object.id }}'\\n\\n{{ data.comments | toJson }}\"\r\n}"
}
{
    "body_template": "{\r\n  \"urls\": \"xmpps://apprise:{{ \"\" | xmpp_apprise_password }}@anoxinon.me/#technik@conference.anoxinon.me\",\r\n  \"title\": \"NetBox: Journaleintrag ({{data.kind.label}}) {% if event == 'created' %}erstellt{% elif event == 'updated' %}geändert{% elif event == 'deleted' %}gelöscht{% else %}{{ event }}{% endif %} von {{ username }}\",\r\n  \"body\": \"Objekt: {{ data.assigned_object_type.split('.')[-1] | capitalize }} '{{ data.assigned_object.name if data.assigned_object.name else data.assigned_object.address if data.assigned_object.address else data.assigned_object.id }}'\\n\\n{{ data.comments | tojson }}\"\r\n}"
}

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:{{ \"\" | xmpp_apprise_password }}@anoxinon.me/#technik@conference.anoxinon.me\",\r\n  \"title\": \"NetBox: Journaleintrag ({{data.kind.label}}) {% if event == 'created' %}erstellt{% elif event == 'updated' %}geändert{% elif event == 'deleted' %}gelöscht{% else %}{{ event }}{% endif %} von {{ username }}\",\r\n  \"body\": \"Objekt: {{ data.assigned_object_type.split('.')[-1] | capitalize }} '{{ data.assigned_object.name if data.assigned_object.name else data.assigned_object.address if data.assigned_object.address else data.assigned_object.id }}'\\n\\n{{ data.comments | toJson }}\"\r\n}"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:{{ \"\" | xmpp_apprise_password }}@anoxinon.me/#technik@conference.anoxinon.me\",\r\n  \"title\": \"NetBox: Journaleintrag ({{data.kind.label}}) {% if event == 'created' %}erstellt{% elif event == 'updated' %}geändert{% elif event == 'deleted' %}gelöscht{% else %}{{ event }}{% endif %} von {{ username }}\",\r\n  \"body\": \"Objekt: {{ data.assigned_object_type.split('.')[-1] | capitalize }} '{{ data.assigned_object.name if data.assigned_object.name else data.assigned_object.address if data.assigned_object.address else data.assigned_object.id }}'\\n\\n{{ data.comments | tojson }}\"\r\n}"custom_fields: {}ssl_verification: truehttp_content_type: "application/json"additional_headers: ""
Documents
None

Related Changes

None