This is an Zeit integration that integrates a desired Slack channel with the @zeit_status twitter profile, and it will send messages at Slack whenever there are news from Zeit Status.
- The user install the integration at his Zeit account.
- The user will setup the integration, by authorizing a channel at a specific Slack.
- This authorization will create a Slack webhook URL that will get stored in a key-value database, using it's
configurationId
as key and the actual url as value. - Using IFTT to send webhooks whenever the @zeit_status profile tweet, a setup "applet" will hit a lambda that will map over all setup
configurationId
available and send each one a slack message containing the Tweet content.