This repository will allow you to use serverless Netlify Functions to convert Statuspage alerts to Slack Incoming Webhooks posts.
Note: This project has no dependencies. Running npm install
or yarn install
is not required.
- Fork this repository.
- Create a Netlify account if you do not already have one.
- Create a new Netlify site.
- Link your Netlify account to your repo.
- Subscribe to a Statuspage webhook using the following URL:
https://<your-site-name>.netlify.app/.netlify/functions/convert?target=
where <your-site-name>
is replaced by your Netlify site name
and the value of target
is the unique end to the Slack incoming webhook URL
(everything after https://hooks.slack.com/services/
)
Original conversion code by NReilingh