Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImprove documentation for Slack integration setup #32
Comments
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The README describes adding the
channels::historyscope to the app.However, different scopes seem to be required. CloudWatch logs for the Slack notifier Lambda contain the following error message:
It appears that the scopes
channels:read, groups:read, mpim:read, im:readare required (instead ofchannels:history?).Slack is deprecating a lot of methods in favor of their new Conversations API (see #33). The required scopes might possibly change as well