| Name |
Apprise-Notification-Center
|
|---|---|
| Description |
—
|
| HTTP method |
POST
|
|---|---|
| Payload URL |
https://apprise-api.stage.anoxinon.de/notify/
|
| HTTP content type |
application/json
|
| Secret |
—
|
| SSL verification |
|
|---|---|
| CA file path |
—
|
{
"urls": "xmpps://apprise:{{ "" | xmpp_apprise_password }}@anoxinon.me/#technik@conference.anoxinon.me",
"title": "```yaml\nsource: NetBox\ntitel: Journaleintrag ({{data.kind.label}}) {% if event == 'created' %}erstellt{% elif event == 'updated' %}geändert{% elif event == 'deleted' %}gelöscht{% else %}{{ event }}{% endif %} von {{ username }}\nobjekt: {{ 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 }}'\nurl: https://netbox.anoxinon.de\n```\n",
"body": "\n{{ data.comments | replace('\\', '\\\\') | replace('\"', '\\\"') | replace('\n', '\\n') | replace('\r', '') }}"
}