Conversation
* Extracts ignored createEventTypeBaseInput * Adds postinstall script
* Eslint fixes * Docs build fixes
* Upgrades next to 12.1 * Fixes build * Updaters e2e test pipelines Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* Fix URl by removing slash and backslash * Implement slugify * Add data type * Fixing folder structure * Solve zod-utils conflict
* Build fixes * Fixes type error
zomars
reviewed
Mar 28, 2022
Contributor
zomars
left a comment
There was a problem hiding this comment.
We're almost there. Let's just figure out the connection error on the Slack modal.
zomars
approved these changes
Apr 4, 2022
zomars
suggested changes
Apr 4, 2022
Contributor
zomars
left a comment
There was a problem hiding this comment.
Let's solve these type errors @sean-brydon
zomars
approved these changes
Apr 5, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What does this PR do?
Slack App setup.
Implemented the ability for slack to send requests on events (commands etc) - This only works if slacks signature matches with our signature
Fixes # (issue)
Type of change
How should this be tested?
Obtaining Slack Client ID and Secret and Signing Secret
To test this you will need to create a Slack app for yourself on their apps website.
Copy and paste the app manifest below into the setting on your slack app. Be sure to replace
YOUR_DOMAINwith your own domain or your proxy host if you're testing locally.App Manifest
Add the integration as normal - slack app - add. Follow the oauth flow to add it to a server.
Next make sure you have your app running
yarn dx. Then in the slack chat type one of these commands:/create-eventor/todayor/linksChecklist