Amazon Chime Webhooks

Send Keeper advanced reporting and alert notifications to Amazon Chime chats

Amazon Chime Webhooks Setup

Setting up a Webhook in Amazon Chime is straightforward and can be done in just a few steps. Follow the instructions below to create a Webhook for your Chime chat room:

(1) Log in to Amazon Chime

  • Access Amazon Chime: Open the Amazon Chime app on your desktop or go to the web version at Amazon Chime Web.

  • Log in: Enter your credentials to log in to your Amazon Chime account.

(2) Select a Chat Room

  • Navigate to the Chat Room: From the Chime home screen, find and select the chat room where you want to receive notifications via Webhook.

  • Open Room Settings: Click on the room name at the top of the chat window to open the room settings.

(3) Access Webhook Settings

  • Scroll to Integrations: In the room settings, scroll down to the Integrations section.

  • Add Webhook: Click on Add Webhook. This will bring up the Webhook creation interface.

(4) Create the Webhook

  • Name the Webhook: Enter a name for your Webhook (e.g., “Keeper Alerts”). This name is for your reference and helps you identify the Webhook later.

  • Create the Webhook: Click Create to generate the Webhook URL.

(5) Copy the Webhook URL

  • Copy the URL: After the Webhook is created, a unique Webhook URL will be displayed. Copy this URL as you will need it to send notifications to the chat room.

(6) Login to the Keeper Admin Console and visit Reporting & Alerts

  • Login to the Keeper Admin Console and visit Reporting & Alerts > Alerts and create a new alert. After selecting the desired Event Types and Attributes, click on "Add Recipient".

  • Enter the Name and Email address to receive the event, and click Add Webhook.

  • Paste the Webhook URL from Step 5

  • Copy-paste the below JSON content into the HTTP Body section.

{"Content": "**Keeper Security Event**\n\n**Alert Name:** #alert_name\n**Event Details:** #description\n**IP Address:** #remote_address\n**Timestamp:** #timestamp\n\n[Vault Login](https://keepersecurity.com/vault)\n[Console Login](https://keepersecurity.com/console)"}

(7) Click Save on the recipient and Save the alert

Creating new Webhook body content and editing content may take up to 15 minutes to take effect. Chime Webhooks primarily use simple text messages and support basic Markdown formatting.

Reference:

https://docs.aws.amazon.com/chime/latest/ug/chat-webhooks.html

Last updated