https://github.com/govtechsg/form-sg-slack-bridge
Serverless App: Sends FormSG responses to a Slack channel ⚡️
https://github.com/govtechsg/form-sg-slack-bridge
Last synced: about 2 months ago
JSON representation
Serverless App: Sends FormSG responses to a Slack channel ⚡️
- Host: GitHub
- URL: https://github.com/govtechsg/form-sg-slack-bridge
- Owner: GovTechSG
- Created: 2023-05-06T04:04:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T17:29:32.000Z (about 3 years ago)
- Last Synced: 2025-02-22T10:31:36.753Z (over 1 year ago)
- Language: TypeScript
- Size: 321 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FormSG-Slack Bridge 🌉Serverless
This is a serverless application that bridges FormSG and Slack.
It hooks into FormSG Webhooks and sends the responses to a Slack channel, neatly formatted.
It is generic enough to cater to most use-cases.
## Usage
### Configuration and Deployment
1. Obtain your Slack App Credentials.
2. Obtain your FormSG Credentials.
3. Refer to `config.ts` to set the environment variables for your AWS Lambda function.
4. Deploy the application.
It uses FormSG SDK.