Skip to content

Commit bcf8cb1

Browse files
committed
DOC-265 migration table and section
1 parent f452589 commit bcf8cb1

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

src/_data/actions/slack.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,27 @@ actions:
1717
- name: Icon URL
1818
description: The URL of the image that appears next to the User.
1919
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.
43+

src/connections/destinations/catalog/actions-slack/index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,13 @@ Slack (Actions) provides the following benefits over the classic Slack destinati
4141
Combine the supported [triggers](/docs/connections/destinations/actions/#components-of-a-destination-action) with the following Slack-supported actions:
4242
- [Post Message](#post-message)
4343

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

Comments
 (0)