-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Slack v3] - add support for file-mirroring from xsoar to slack (#32611)
* logs * mirror files from xsoar to slack * start implementing mirror from slack to xsoar * mirror from slack to xsoar - in progress * use http-request for mirroring slack files to xsoar * revert enable_dm param * revert csp changes * handle ssl errors * add context * revert mirror from slack to xsoar * add test * bump rn * type ignore * add comment handling and fix test * update param location * bump docker * rn * update docs * fix test * update rn * update disclaimer * Bump pack from version Slack to 3.4.6. --------- Co-authored-by: Content Bot <[email protected]>
- Loading branch information
Showing
6 changed files
with
123 additions
and
33 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
#### Integrations | ||
|
||
##### Slack v3 | ||
|
||
- Added support for mirroring files from xsoar to slack. | ||
- Added the **Enable Outbound File Mirroring** integration parameter to allow file mirroring from xsoar to slack. The parameter is unchecked by default, disabling file mirroring. | ||
- Updated the Docker image to: *demisto/slackv3:1.0.0.87650*. |
This file contains 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