Rocket.Chat Setup
This provider implementation uses Rocket.Chat’s Incoming WebHook integration.
To create a new Incoming WebHook:
- Go to your admin page.
- Go to Integrations.
- Create a New Integration and select Incoming WebHook.
- Name the integration “AWS News” or something similar to identify the service.
- Select the channel where you will receive the alerts.
- Post as:
rocket.cat
or any other existing user.
- Leave the Script Disabled.
- Save the integration.
- Copy the generated Webhook URL and paste it in to the config.yaml under
providers.rocketchat.webhookURL
.
- Enable the Rocket.Chat provider by setting
providers.rocketchat.enabled
to true
.
- Optionally override the default AWS Logo used on the Avatar for posts.
Example Config
providers:
rocketchat:
enabled: true
webhookURL: "https://rocket.chat.server/hooks/{token}"
iconURL: "{ override url to aws logo }"
Example post: