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/_data/actions/slack.yml
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,27 @@ actions:
17
17
- name: Icon URL
18
18
description: The URL of the image that appears next to the User.
19
19
default: https://logo.clearbit.com/segment.com
20
+
config:
21
+
- category: Connection Settings
22
+
settings:
23
+
- name: Event Channels
24
+
configurable: true
25
+
location:
26
+
notes: In Slack (Actions), events and channels are set per subscription.
27
+
- name: Identify Template
28
+
configurable: true
29
+
location:
30
+
notes: In Slack (Actions), you do not need a specific template for Identifying users. Use the Messages field to write your message, and add data from the event.
31
+
- name: Event Template
32
+
configurable: true
33
+
location:
34
+
notes: In Slack (Actions), you do not need a specific template for specific Events. Use the Filter and Messages field to specify the incoming event, and write your message with data from the event.
35
+
- name: Incoming Webhook URL
36
+
configurable: true
37
+
location:
38
+
notes: Available as a subscription-level setting on the Post Message action.
39
+
- name: Whitelisted Traits
40
+
configurable: true
41
+
location:
42
+
notes: Use the Messages field in the Post Message action to create your message with any traits from an incoming Identify call.
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-slack/index.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,4 +41,13 @@ Slack (Actions) provides the following benefits over the classic Slack destinati
41
41
Combine the supported [triggers](/docs/connections/destinations/actions/#components-of-a-destination-action) with the following Slack-supported actions:
42
42
-[Post Message](#post-message)
43
43
44
-
{% include components/actions-fields.html name="slack" %}
44
+
{% include components/actions-fields.html name="slack" %}
45
+
46
+
## Migration from the classic Slack destination
47
+
48
+
Follow the table below to map your existing Slack destination configuration to Slack (Actions).
49
+
50
+
> warning ""
51
+
> 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.
52
+
53
+
{% include components/actions-map-table.html name="slack" %}
0 commit comments