Skip to content

Commit 6827f59

Browse files
author
markzegarelli
authored
Merge branch 'master' into 2mee-docs
2 parents 648ae0d + 87c96cc commit 6827f59

File tree

7 files changed

+137
-10
lines changed

7 files changed

+137
-10
lines changed

scripts/catalog_papi.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,15 @@ const updateDestinations = async () => {
366366
destinations.forEach(destination => {
367367
let slug = slugify(destination.name)
368368

369-
if (slug == 'amplitude-actions') {
370-
slug = 'actions-amplitude'
369+
// Flip the slug of Actions destinations
370+
const actionsDests = [
371+
'amplitude-actions',
372+
'slack-actions'
373+
]
374+
375+
if (actionsDests.includes(slug)) {
376+
const newSlug = slug.split('-')
377+
slug = newSlug[1]+'-'+newSlug[0]
371378
}
372379

373380
let url = `connections/destinations/catalog/${slug}`

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2021-09-15
2+
# destination categories last updated 2021-09-16
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 124 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2021-09-15
2+
# destination data last updated 2021-09-16
33
items:
44
- display_name: 2mee
55
name: 2mee
@@ -618,6 +618,14 @@ items:
618618
(e.g., `org_ident@AdobeOrg`)
619619
required: true
620620
label: Batch Organization ID
621+
- name: batchSortKeys
622+
type: array
623+
defaultValue: []
624+
description: >-
625+
Used in integrations-consumer to determine sort order of batches. THIS IS
626+
NOT USED BY THE ADOBE ANALYTICS DESTINATION.
627+
required: true
628+
label: Batch Sort Keys
621629
- name: batchTechnicalAccountId
622630
type: string
623631
defaultValue: ''
@@ -3360,7 +3368,7 @@ items:
33603368
- display_name: AWS S3
33613369
name: AWS S3
33623370
slug: aws-s3
3363-
hidden: false
3371+
hidden: true
33643372
url: connections/destinations/catalog/aws-s3
33653373
previous_names:
33663374
- AWS S3
@@ -7769,6 +7777,69 @@ items:
77697777
https://support.emma.io/hc/en-us/articles/360019026214-How-to-find-you-API-Key
77707778
required: true
77717779
label: API Key
7780+
- display_name: Engage Messaging
7781+
name: Engage Messaging
7782+
slug: engage-messaging
7783+
hidden: false
7784+
url: connections/destinations/catalog/engage-messaging
7785+
previous_names:
7786+
- Engage Messaging
7787+
website: 'https://engage.so/'
7788+
status: PUBLIC_BETA
7789+
categories:
7790+
- Email Marketing
7791+
- Marketing Automation
7792+
- Customer Success
7793+
- Personalization
7794+
logo:
7795+
url: >-
7796+
https://public-segment-devcenter-production.s3.amazonaws.com/1f2f72b5-e590-4f66-ad32-0e0f22baba0b.svg
7797+
mark:
7798+
url: >-
7799+
https://public-segment-devcenter-production.s3.amazonaws.com/8c0c0d50-c36d-4a7c-a61a-f9a673ebf9c1.svg
7800+
methods:
7801+
track: true
7802+
identify: true
7803+
group: false
7804+
alias: false
7805+
page: false
7806+
platforms:
7807+
browser: true
7808+
mobile: true
7809+
server: true
7810+
components: []
7811+
browserUnbundlingSupported: false
7812+
browserUnbundlingPublic: false
7813+
replay: false
7814+
connection_modes:
7815+
device:
7816+
web: false
7817+
mobile: false
7818+
server: false
7819+
cloud:
7820+
web: false
7821+
mobile: false
7822+
server: false
7823+
summary: No connection mode information available.
7824+
cmode_type: none
7825+
case: '0'
7826+
settings:
7827+
- name: apiKey
7828+
type: string
7829+
defaultValue: ''
7830+
description: >-
7831+
Your public API key is available in Settings -> Account on your Engage
7832+
dashboard
7833+
required: true
7834+
label: API Key
7835+
- name: listId
7836+
type: array
7837+
defaultValue: []
7838+
description: >-
7839+
List ID you want to subscribe the user to. Opt-in confirmations are not
7840+
sent for these even if enabled for the lists
7841+
required: true
7842+
label: List ID
77727843
- display_name: EnjoyHQ
77737844
name: EnjoyHQ
77747845
slug: enjoyhq
@@ -12659,7 +12730,7 @@ items:
1265912730
https://public-segment-devcenter-production.s3.amazonaws.com/ded736c3-52b1-4710-9f14-55b90628695a.svg
1266012731
mark:
1266112732
url: >-
12662-
https://public-segment-devcenter-production.s3.amazonaws.com/69b1f8e4-45d5-46b0-bec9-7ec94c2fdaf5.svg
12733+
https://public-segment-devcenter-production.s3.amazonaws.com/f893dde4-8c1f-40b4-8de9-b2e063d79b9a.svg
1266312734
methods:
1266412735
track: true
1266512736
identify: false
@@ -21107,6 +21178,56 @@ items:
2110721178
you want catch and forward to Slack.
2110821179
required: true
2110921180
label: Whitelisted Traits
21181+
- display_name: Slack (Actions)
21182+
name: Slack (Actions)
21183+
slug: actions-slack
21184+
hidden: false
21185+
url: connections/destinations/catalog/actions-slack
21186+
previous_names:
21187+
- Actions Slack
21188+
- Slack (Actions)
21189+
website: 'https://slack.com'
21190+
status: PUBLIC_BETA
21191+
categories: []
21192+
logo:
21193+
url: 'https://cdn.filepicker.io/api/file/MOBcngiSCGx8u10x6Kh3'
21194+
mark:
21195+
url: 'https://cdn.filepicker.io/api/file/Bk6jzITDTp26X3K3t0RL'
21196+
methods:
21197+
track: true
21198+
identify: true
21199+
group: true
21200+
alias: true
21201+
page: true
21202+
platforms:
21203+
browser: true
21204+
mobile: false
21205+
server: true
21206+
components: []
21207+
browserUnbundlingSupported: false
21208+
browserUnbundlingPublic: false
21209+
replay: false
21210+
connection_modes:
21211+
device:
21212+
web: false
21213+
mobile: false
21214+
server: false
21215+
cloud:
21216+
web: false
21217+
mobile: false
21218+
server: false
21219+
summary: No connection mode information available.
21220+
cmode_type: none
21221+
case: '0'
21222+
settings:
21223+
- name: required_hidden_token
21224+
type: string
21225+
defaultValue: ''
21226+
description: >-
21227+
This token is hidden because it is unused and destinations must have one
21228+
setting.
21229+
required: true
21230+
label: Required Hidden Token
2111021231
- display_name: SlicingDice
2111121232
name: SlicingDice
2111221233
slug: slicingdice

src/_data/catalog/source_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# source cateogries last updated 2021-09-15
2+
# source cateogries last updated 2021-09-16
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# sources last updated 2021-09-15
2+
# sources last updated 2021-09-16
33
items:
44
- display_name: .NET
55
slug: net

src/_data/catalog/warehouse_papi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# warehouse data last updated 2021-09-15
2+
# warehouse data last updated 2021-09-16
33
items:
44
- display_name: Azure SQL Data Warehouse
55
slug: azuresqldw

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Slack (Actions) Destination
33
hide-boilerplate: true
44
hide-dossier: true
5-
hidden: true
65
---
76
{% include content/plan-grid.md name="actions" %}
87

0 commit comments

Comments
 (0)