You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-slack/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ Slack (Actions) provides the following benefits over the classic Slack destinati
30
30
3. Click **Configure Actions Slack**.
31
31
4. Select an existing Source to connect to Slack (Actions).
32
32
5. Click Customized Setup to start from a blank mapping.
33
+
6. In your Slack workspace, create a new [Incoming Webhook URL]([url](https://my.slack.com/services/new/incoming-webhook/)) and select the Slack channel associated with your account that you'd like to send messages to. The Slack channel you selected will be the default channel which will receive message events. Paste the Incoming Webhook URL you created into each of your Slack Destination's Actions under the field labeled `Webhook URL*`.
33
34
34
35
## Important differences from the classic Slack destination
35
36
@@ -44,4 +45,4 @@ Follow the table below to map your existing Slack destination configuration to S
44
45
> warning ""
45
46
> Slack (Actions) uses [Slack's formatting syntax](https://api.slack.com/reference/surfaces/formatting){:target="_blank"}. This requires that you manually re-enter any messages from Slack Classic, and pick event data from the event variable picker. The handlebars syntax from Slack Classic is not compatible.
46
47
47
-
{% include components/actions-map-table.html name="slack" %}
48
+
{% include components/actions-map-table.html name="slack" %}
0 commit comments