Skip to content

Commit 0e10d80

Browse files
authored
Merge pull request #5713 from segmentio/develop
Release 23.47.1
2 parents 83da62e + ca6ae1b commit 0e10d80

File tree

31 files changed

+443
-50
lines changed

31 files changed

+443
-50
lines changed

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 2023-11-16
2+
# destination categories last updated 2023-11-21
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 337 additions & 7 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 2023-11-16
2+
# destination data last updated 2023-11-21
33
items:
44
- id: 637e8d185e2dec264895ea89
55
display_name: 1Flow
@@ -8320,18 +8320,24 @@ items:
83208320
mobile: true
83218321
server: false
83228322
warehouse: false
8323-
components: []
8323+
components:
8324+
- code: https://github.com/appcues/segment-appcues-ios
8325+
owner: PARTNER
8326+
type: IOS
8327+
- code: https://github.com/appcues/segment-appcues-android
8328+
owner: PARTNER
8329+
type: ANDROID
83248330
browserUnbundlingSupported: false
83258331
browserUnbundlingPublic: true
83268332
replay: false
83278333
connection_modes:
83288334
device:
83298335
web: false
8330-
mobile: false
8336+
mobile: true
83318337
server: false
83328338
cloud:
83338339
web: false
8334-
mobile: true
8340+
mobile: false
83358341
server: false
83368342
settings:
83378343
- name: accountId
@@ -9016,6 +9022,331 @@ items:
90169022
label: API Key
90179023
actions: []
90189024
presets: []
9025+
- id: 64c031541451bb784943f809
9026+
display_name: Attio (Actions)
9027+
name: Attio (Actions)
9028+
slug: attio-actions
9029+
hidden: false
9030+
endpoints:
9031+
- US
9032+
regions:
9033+
- us-west-2
9034+
- eu-west-1
9035+
url: connections/destinations/catalog/attio-actions
9036+
previous_names:
9037+
- Attio (Actions)
9038+
website: https://attio.com
9039+
status: PUBLIC_BETA
9040+
categories:
9041+
- CRM
9042+
- Enrichment
9043+
logo:
9044+
url: https://cdn-devcenter.segment.com/2187ba37-c220-4f89-8ef8-51dac111f03c.png
9045+
mark:
9046+
url: https://cdn-devcenter.segment.com/e980167c-e917-40c3-a77d-927f3156380e.png
9047+
methods:
9048+
track: true
9049+
identify: true
9050+
group: true
9051+
alias: true
9052+
screen: false
9053+
page: true
9054+
platforms:
9055+
browser: true
9056+
mobile: false
9057+
server: true
9058+
warehouse: false
9059+
components: []
9060+
browserUnbundlingSupported: false
9061+
browserUnbundlingPublic: false
9062+
replay: false
9063+
connection_modes:
9064+
device:
9065+
web: false
9066+
mobile: false
9067+
server: false
9068+
cloud:
9069+
web: true
9070+
mobile: false
9071+
server: true
9072+
settings: []
9073+
actions:
9074+
- id: 3dJCmgCJYPJc4iKW8596hn
9075+
name: Identify User
9076+
slug: identifyUser
9077+
description: >-
9078+
Create or update an Attio User and link it to a Person based on a shared
9079+
email address.
9080+
platform: CLOUD
9081+
hidden: false
9082+
defaultTrigger: null
9083+
fields:
9084+
- id: etPqT7Xs7XSFtD2fhsG591
9085+
sortOrder: 0
9086+
fieldKey: email_address
9087+
label: Email address
9088+
type: STRING
9089+
description: The email address of the person to link the user to
9090+
placeholder: ''
9091+
defaultValue:
9092+
'@if':
9093+
exists:
9094+
'@path': $.traits.email
9095+
then:
9096+
'@path': $.traits.email
9097+
else:
9098+
'@path': $.email
9099+
required: true
9100+
multiple: false
9101+
choices: null
9102+
dynamic: false
9103+
allowNull: false
9104+
- id: 3ihkwVg31TpWSdCML5BLY5
9105+
sortOrder: 1
9106+
fieldKey: user_id
9107+
label: ID
9108+
type: STRING
9109+
description: The ID of the User
9110+
placeholder: ''
9111+
defaultValue:
9112+
'@path': $.userId
9113+
required: true
9114+
multiple: false
9115+
choices: null
9116+
dynamic: false
9117+
allowNull: false
9118+
- id: aHYt6hADL9gxAudpC2Cnfc
9119+
sortOrder: 2
9120+
fieldKey: user_attributes
9121+
label: Additional User attributes
9122+
type: OBJECT
9123+
description: >-
9124+
Additional attributes to either set or update on the Attio User Record.
9125+
The values on the left should be Segment attributes or custom text, and
9126+
the values on the right are Attio Attribute IDs or Slugs. For example:
9127+
traits.name → name
9128+
placeholder: ''
9129+
defaultValue: {}
9130+
required: false
9131+
multiple: false
9132+
choices: null
9133+
dynamic: false
9134+
allowNull: false
9135+
- id: qfGwmhZxZ4njhMTbVpno7j
9136+
sortOrder: 3
9137+
fieldKey: person_attributes
9138+
label: Additional Person attributes
9139+
type: OBJECT
9140+
description: >-
9141+
Additional attributes to either set or update on the Attio Person
9142+
Record. The values on the left should be Segment attributes or custom
9143+
text, and the values on the right are Attio Attribute IDs or Slugs. For
9144+
example: traits.name → name
9145+
placeholder: ''
9146+
defaultValue: {}
9147+
required: false
9148+
multiple: false
9149+
choices: null
9150+
dynamic: false
9151+
allowNull: false
9152+
- id: 5EdPdCppuZahUE3ZoWYHuz
9153+
name: Assert Record
9154+
slug: assertRecord
9155+
description: Create or update a Record in Attio.
9156+
platform: CLOUD
9157+
hidden: false
9158+
defaultTrigger: null
9159+
fields:
9160+
- id: benMY9oxHQcWpXEJR8wKo8
9161+
sortOrder: 0
9162+
fieldKey: object
9163+
label: Attio Object
9164+
type: STRING
9165+
description: The type of Attio Object you'd like to create or update ('assert')
9166+
placeholder: ''
9167+
defaultValue: person
9168+
required: true
9169+
multiple: false
9170+
choices: null
9171+
dynamic: true
9172+
allowNull: false
9173+
- id: gGdJYPVcY1rApjUV8xfc4A
9174+
sortOrder: 1
9175+
fieldKey: matching_attribute
9176+
label: Matching Attribute
9177+
type: STRING
9178+
description: >-
9179+
The Attribute (ID or slug) on the Attio Object above, that uniquely
9180+
identifies a Record (and is marked as unique in Attio). Events
9181+
containing the same value for this attribute will update the original
9182+
Record, rather than creating a new one. For example, to create or update
9183+
a Person you might use the Attio attribute `email_addresses` here.
9184+
placeholder: ''
9185+
defaultValue: email_addresses
9186+
required: true
9187+
multiple: false
9188+
choices: null
9189+
dynamic: false
9190+
allowNull: false
9191+
- id: 5F7mGDD1r9BAB8Mbkxj2x9
9192+
sortOrder: 2
9193+
fieldKey: attributes
9194+
label: Attributes
9195+
type: OBJECT
9196+
description: >-
9197+
Attributes to either set or update on the Attio Record. The values on
9198+
the left should be Segment attributes or custom text, and the values on
9199+
the right are Attio Attribute IDs or Slugs, for example: traits.name →
9200+
name. The Matching Attribute must be included for assertion to work.
9201+
placeholder: ''
9202+
defaultValue: {}
9203+
required: false
9204+
multiple: false
9205+
choices: null
9206+
dynamic: false
9207+
allowNull: false
9208+
- id: jMLaXgxMo261JaxMetVUby
9209+
name: Group Workspace
9210+
slug: groupWorkspace
9211+
description: >-
9212+
Create or update an Attio Workspace and link it to a Company based on a
9213+
domain attribute.
9214+
platform: CLOUD
9215+
hidden: false
9216+
defaultTrigger: null
9217+
fields:
9218+
- id: hLEG36U3AkJqEFCCxRBaVV
9219+
sortOrder: 0
9220+
fieldKey: domain
9221+
label: Domain
9222+
type: STRING
9223+
description: The domain of the Company (used to link the Workspace)
9224+
placeholder: ''
9225+
defaultValue:
9226+
'@if':
9227+
exists:
9228+
'@path': $.traits.website
9229+
then:
9230+
'@path': $.traits.website
9231+
else:
9232+
'@path': $.website
9233+
required: true
9234+
multiple: false
9235+
choices: null
9236+
dynamic: false
9237+
allowNull: false
9238+
- id: gUcxLmE39wKRUANtnF9pCo
9239+
sortOrder: 1
9240+
fieldKey: workspace_id
9241+
label: ID
9242+
type: STRING
9243+
description: The ID of the Workspace
9244+
placeholder: ''
9245+
defaultValue:
9246+
'@if':
9247+
exists:
9248+
'@path': $.groupId
9249+
then:
9250+
'@path': $.groupId
9251+
else:
9252+
'@path': $.context.group_id
9253+
required: true
9254+
multiple: false
9255+
choices: null
9256+
dynamic: false
9257+
allowNull: false
9258+
- id: nrZF5DZbLiurHdpnHipYKx
9259+
sortOrder: 2
9260+
fieldKey: user_id
9261+
label: ID
9262+
type: STRING
9263+
description: >-
9264+
The ID of the User, if you'd like to link them to this Workspace (leave
9265+
blank to skip). This assumes you will have already called the Attio
9266+
identifyUser action: unrecognised Users will fail this action otherwise.
9267+
placeholder: ''
9268+
defaultValue:
9269+
'@path': $.userId
9270+
required: false
9271+
multiple: false
9272+
choices: null
9273+
dynamic: false
9274+
allowNull: false
9275+
- id: tk6xEvFbycQHG9hZpaqXbJ
9276+
sortOrder: 3
9277+
fieldKey: company_attributes
9278+
label: Additional Company attributes
9279+
type: OBJECT
9280+
description: >-
9281+
Additional attributes to either set or update on the Attio Company
9282+
Record. The values on the left should be Segment attributes or custom
9283+
text, and the values on the right are Attio Attribute IDs or Slugs. For
9284+
example: traits.name → name
9285+
placeholder: ''
9286+
defaultValue: {}
9287+
required: false
9288+
multiple: false
9289+
choices: null
9290+
dynamic: false
9291+
allowNull: false
9292+
- id: pHehxEX9C1ZYDdc8BCbzcC
9293+
sortOrder: 4
9294+
fieldKey: workspace_attributes
9295+
label: Additional Workspace attributes
9296+
type: OBJECT
9297+
description: >-
9298+
Additional attributes to either set or update on the Attio Workspace
9299+
Record. The values on the left should be Segment attributes or custom
9300+
text, and the values on the right are Attio Attribute IDs or Slugs. For
9301+
example: traits.name → name
9302+
placeholder: ''
9303+
defaultValue: {}
9304+
required: false
9305+
multiple: false
9306+
choices: null
9307+
dynamic: false
9308+
allowNull: false
9309+
presets:
9310+
- actionId: 3dJCmgCJYPJc4iKW8596hn
9311+
name: Identify User
9312+
fields:
9313+
email_address:
9314+
'@if':
9315+
exists:
9316+
'@path': $.traits.email
9317+
then:
9318+
'@path': $.traits.email
9319+
else:
9320+
'@path': $.email
9321+
user_id:
9322+
'@path': $.userId
9323+
user_attributes: {}
9324+
person_attributes: {}
9325+
trigger: type = "identify"
9326+
- actionId: jMLaXgxMo261JaxMetVUby
9327+
name: Group Workspace
9328+
fields:
9329+
domain:
9330+
'@if':
9331+
exists:
9332+
'@path': $.traits.website
9333+
then:
9334+
'@path': $.traits.website
9335+
else:
9336+
'@path': $.website
9337+
workspace_id:
9338+
'@if':
9339+
exists:
9340+
'@path': $.groupId
9341+
then:
9342+
'@path': $.groupId
9343+
else:
9344+
'@path': $.context.group_id
9345+
user_id:
9346+
'@path': $.userId
9347+
company_attributes: {}
9348+
workspace_attributes: {}
9349+
trigger: type = "group"
90199350
- id: 54521fd525e721e32a72ee96
90209351
display_name: Attribution
90219352
name: Attribution
@@ -60815,11 +61146,10 @@ items:
6081561146
type: string
6081661147
defaultValue: ''
6081761148
description: >-
60818-
If you're self-hosting PostHog, add the url of your instance:
60819-
https://posthog-example.herokuapp.com. If you're using app.posthog.com you
61149+
If you're using EU, add https://eu.posthog.com. If you're using US, you
6082061150
can leave this field empty.
6082161151
required: true
60822-
label: PostHog instance
61152+
label: PostHog instance (US/EU)
6082361153
actions: []
6082461154
presets: []
6082561155
- id: 5fe9e8d3dc1fbccfdfbd1490

src/_data/catalog/destinations_private.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 data last updated 2023-11-16
2+
# destination data last updated 2023-11-21
33
items:
44
- id: 54521fd725e721e32a72eec6
55
display_name: Intercom

0 commit comments

Comments
 (0)