Discord Webhooks
Send Keeper advanced reporting and alert notifications to Discord
Last updated
{
"content": "Keeper Security Event",
"embeds": [
{
"title": "Alert Name",
"description": "#alert_name",
"fields": [
{
"name": "Event Details",
"value": "#description"
},
{
"name": "IP Address",
"value": "#remote_address"
},
{
"name": "Timestamp",
"value": "#timestamp"
}
],
"footer": {
"text": "Keeper Security Notification"
}
}
]
}