Skip to content

Commit 071c3e9

Browse files
committed
add destination id
1 parent 77be061 commit 071c3e9

File tree

2 files changed

+124
-3
lines changed

2 files changed

+124
-3
lines changed

src/_data/catalog/destinations_private.yml

Lines changed: 120 additions & 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-07-20
2+
# destination data last updated 2023-07-24
33
items:
44
- id: 54521fd725e721e32a72eec6
55
display_name: Intercom
@@ -3337,3 +3337,122 @@ items:
33373337
source_ip:
33383338
'@path': $.context.ip
33393339
trigger: type = "track"
3340+
- id: 64b6a221baf168a989be641a
3341+
display_name: Listrak (Actions)
3342+
name: Listrak (Actions)
3343+
slug: listrak-actions
3344+
previous_names:
3345+
- Listrak (Actions)
3346+
url: connections/destinations/catalog/listrak-actions
3347+
website: https://www.listrak.com/
3348+
status: PRIVATE_BETA
3349+
logo:
3350+
url: https://cdn.filepicker.io/api/file/4RP5BcSWGEhhlgDPLwxt
3351+
mark:
3352+
url: https://cdn.filepicker.io/api/file/Ij4RvMdSPeRIf7ishyr1
3353+
methods:
3354+
track: true
3355+
identify: true
3356+
group: true
3357+
alias: true
3358+
screen: false
3359+
page: true
3360+
platforms:
3361+
browser: true
3362+
mobile: false
3363+
server: true
3364+
warehouse: false
3365+
components: []
3366+
browserUnbundlingSupported: false
3367+
browserUnbundlingPublic: false
3368+
replay: false
3369+
settings:
3370+
- name: client_id
3371+
type: string
3372+
defaultValue: ''
3373+
description: >-
3374+
Your Listrak API client ID. Find this on the setup tab of your Segment
3375+
integration under Integrations > Integrations Management in
3376+
https://admin.listrak.com.
3377+
required: true
3378+
label: API Client ID
3379+
- name: client_secret
3380+
type: password
3381+
defaultValue: ''
3382+
description: >-
3383+
Your Lisrak API client secret. Find this on the setup tab of your
3384+
Segment integration under Integrations > Integrations Management in
3385+
https://admin.listrak.com.
3386+
required: true
3387+
label: API Client Secret
3388+
actions:
3389+
- id: tnuEKrJwivx1wQAVeTijxK
3390+
name: Update Email Contact Profile Fields
3391+
slug: updateEmailContactProfileFields
3392+
description: >-
3393+
One or more list imports will be started to update the specified
3394+
contact profile fields on the specified list.
3395+
platform: CLOUD
3396+
hidden: false
3397+
defaultTrigger: null
3398+
fields:
3399+
- id: keB4AueGWBacc9aWiGGaRz
3400+
sortOrder: 0
3401+
fieldKey: listId
3402+
label: List ID
3403+
type: INTEGER
3404+
description: >-
3405+
Identifier used to locate the list. Find this under Help & Support
3406+
> API ID Information in https://admin.listrak.com.
3407+
placeholder: ''
3408+
required: true
3409+
multiple: false
3410+
choices: null
3411+
dynamic: false
3412+
allowNull: false
3413+
- id: aSQGErWY9GZqyfTr9s4tjB
3414+
sortOrder: 1
3415+
fieldKey: emailAddress
3416+
label: Email Address
3417+
type: STRING
3418+
description: Email address of the contact.
3419+
placeholder: ''
3420+
defaultValue:
3421+
'@path': $.context.traits.email
3422+
required: true
3423+
multiple: false
3424+
choices: null
3425+
dynamic: false
3426+
allowNull: false
3427+
- id: oErNXoXW43BhfYc9zma9EU
3428+
sortOrder: 2
3429+
fieldKey: profileFieldValues
3430+
label: Profile Field Values
3431+
type: OBJECT
3432+
description: >-
3433+
Add key value pairs to set one or more profile fields. The key is
3434+
the profile field ID you want to set. Find this under Help &
3435+
Support > API ID Information in https://admin.listrak.com. The
3436+
value is the profile field value. (i.e. 1234 = on)
3437+
placeholder: ''
3438+
required: true
3439+
multiple: false
3440+
choices: null
3441+
dynamic: false
3442+
allowNull: false
3443+
- id: bFoamMtf1AGGMMjnQz6daY
3444+
sortOrder: 3
3445+
fieldKey: enable_batching
3446+
label: Batch Data to Listrak
3447+
type: BOOLEAN
3448+
description: >-
3449+
When enabled, multiple events will be sent to Listrak in a single
3450+
request, which is recommended for optimal performance.
3451+
placeholder: ''
3452+
defaultValue: true
3453+
required: true
3454+
multiple: false
3455+
choices: null
3456+
dynamic: false
3457+
allowNull: false
3458+
presets: []

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Listrak Actions Destination
3-
id: <integration_id>
3+
id: 64b6a221baf168a989be641a
4+
private: true
5+
hidden: true
46
---
57

68
{% include content/plan-grid.md name="actions" %}
@@ -51,7 +53,7 @@ To sync an Engage audience with your Listrak (Actions) destination:
5153
18. Click **Add Destination** and select the Listrak Audience destination.
5254
19. In the settings that appear on the right-hand side, toggle the **Send Track** option on and disable **Send Identify**.
5355
20. Click **Save**.
54-
21. To filter email sends in Listrak using the new audience profile field, see this [help article](https://help.listrak.com/en/articles/3951597-introduction-to-building-filter-2-0-segments).
56+
21. To filter email sends in Listrak using the new audience profile field, see this [help article](https://help.listrak.com/en/articles/3951597-introduction-to-building-filter-2-0-segments){:target="_blank”}.
5557
22. If you want to sync another audience, repeat steps 1 through 20.
5658

5759
{% include components/actions-fields.html %}

0 commit comments

Comments
 (0)