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/connections/destinations/catalog/actions-marketo-static-lists/index.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,29 +43,21 @@ In this step, you'll create an API-Only Marketo user with both Access API and Le
43
43
44
44
1. You can use an existing role with these permissions, or create a new role that has both Access API and Access Lead Database permissions. (Do this in Marketo by going to **Admin**→ **Users & Roles** → **Roles**).
45
45
46
-

47
46
48
47
2. Go to **Admin**→ **Users & Roles** → **Users** → **Invite New User** and create a new **API Only user** with the role that has both Access API and Lead Database permissions. **Be sure to check the API Only box.**
49
48
50
-

51
-
52
49
53
50
### Step 2: Create a Marketo Launchpoint Service
54
51
55
52
1. Go to **Admin** → **Integration**→ **LaunchPoint** → **New**
56
53
2. Create a new service. In the Service field, select `Custom`, and in the **API Only User** field, select the user you created in step 1.
57
54
3. Write down the **Client Id** and **Client Secret** for this service, as you will need it in Step 4.
58
55
59
-

60
-
61
56
62
57
### Step 3: Create a Marketo Lead Database folder and get your Marketo Endpoint
63
58
64
59
1. Go to your Marketo Lead Database and create a new folder under Group Lists. Once connected, each Engage audience shows up as a list in this folder.
65
60
66
-
67
-

68
-
69
61
2. Before you continue to the next step, in Marketo, go to **Admin → Web Services**, and copy or write down the REST API Endpoint. **Be sure to copy the REST endpoint and not the SOAP endpoint.** You'll need that in the next step.
70
62
71
63
> warning "Warning:"
@@ -99,8 +91,6 @@ When you save the mapping, a list will be created in Marketo. You can update the
99
91
> info ""
100
92
> Only users with an email address appear in the list in Marketo. Users with multiple email addresses as external ids appear in the list once for each email address.
101
93
102
-

103
-
104
94
You can view the audience in Marketo by going to **Lead Database→ Group Lists→Name of folder you created in Step 3 → Audience name**
105
95
106
96
@@ -121,6 +111,4 @@ Only users in the audience who also have an email address are uploaded to the li
121
111
122
112
You might need to adjust your query to filter out users without an email so you can get a better estimate of how many users will appear on the list. In the example below, we added an AND condition where users have a Custom trait of `email` which `exists`.
123
113
124
-

125
-
126
114
If a user has multiple email addresses, each address appears once in the Marketo lists.
0 commit comments