ASU-CodeDevils / devilbot

A Rust rewrite of Flameboi to work for our Discord Server.
Apache License 2.0
16 stars 1 forks source link

Add Connect to Slack using the Events API #5

Closed jtmichelson closed 2 years ago

jtmichelson commented 2 years ago

Verify Slack requests sent to the API Gateway static endpoints in the Lambda handler using OAuth tokens and process requests accordingly. Send a test response back to Slack.

jtmichelson commented 2 years ago

We're going to use the Events API to receive events instead of OAuth / real-time clients and we're going to respond using Slack incoming webhooks.