Slack Webhooks
Send Keeper advanced reporting and alert notifications to Slack
Slack Setup and Integration















Shared Record Notifications





Last updated
Was this helpful?
Send Keeper advanced reporting and alert notifications to Slack




















Last updated
Was this helpful?
Was this helpful?
{
"text": "Keeper Security Event",
"blocks": [
{
"type": "section",
"fields": [
{
"type": "mrkdwn",
"text": "*Alert Name*\n#alert_name"
}
]
},
{
"type": "section",
"fields": [
{
"type": "mrkdwn",
"text": "*Event Details*\n#description"
}
]
},
{
"type": "section",
"fields": [
{
"type": "mrkdwn",
"text": "*IP Address*\n#remote_address"
},
{
"type": "mrkdwn",
"text": "*Timestamp*\n#timestamp"
}
]
},
{
"type": "actions",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"text": "Vault Login",
"emoji": true
},
"value": "vault",
"url": "https://keepersecurity.com/vault",
"action_id": "actionId-1"
},
{
"type": "button",
"text": {
"type": "plain_text",
"text": "Console Login",
"emoji": true
},
"value": "console",
"url": "https://keepersecurity.com/console",
"action_id": "actionId-2"
}
]
}
]
}
{
"text": "Keeper - Added Record to Shared Folder",
"blocks": [
{
"type": "section",
"fields": [
{
"type": "mrkdwn",
"text": "*Alert Name*\n#alert_name"
}
]
},
{
"type": "section",
"fields": [
{
"type": "mrkdwn",
"text": "*Event Details*\n#description"
}
]
},
{
"type": "section",
"fields": [
{
"type": "mrkdwn",
"text": "*IP Address*\n#remote_address"
},
{
"type": "mrkdwn",
"text": "*Timestamp*\n#timestamp"
},
{
"type": "mrkdwn",
"text": "*Record UID*\n#record_uid"
}
]
},
{
"type": "actions",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"text": "Open Record",
"emoji": true
},
"value": "vault",
"url": "https://keepersecurity.com/vault/#detail/#record_uid",
"action_id": "actionId-1"
},
{
"type": "button",
"text": {
"type": "plain_text",
"text": "Console Login",
"emoji": true
},
"value": "console",
"url": "https://keepersecurity.com/console",
"action_id": "actionId-2"
}
]
}
]
}