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/_includes/components/actions-fields.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@
102
102
{% unless hiddenActions contains action.id %}
103
103
### {{action.name}}
104
104
<p>{{action.description | markdownify}}</p>
105
-
<p>{{action.name}} is a <strong>{{action.platform | capitalize}}</strong> action. {% if action.defaultTrigger %}The default Trigger is:</p><code>{{action.defaultTrigger}}</code> {%endif%}
105
+
<p>{{action.name}} is a <strong>{{action.platform | capitalize}}</strong> action. {% if action.defaultTrigger %}The default Trigger is: <code>{{action.defaultTrigger}}</code> {%endif%}</p>
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-pardot/index.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,15 @@ The Pardot (Actions) destination provides the following benefits over the classi
27
27
28
28
## Getting started
29
29
30
-
To get started using Pardotwith Segment:
31
-
1. Make sure you have a Salesforce account with Pardot REST API access.
32
-
2. Navigate to `https://app.segment.com/[workspace-slug]/destinations/catalog/actions-pardot`. Replace `[workspace-slug]` with your workspace slug.
33
-
3. Click **Configure Pardot (Actions)** in the top-right corner of the screen.
34
-
4. Accept the Beta terms.
35
-
5. Select the source that will send data to Pardot (Actions) and follow the steps to name your destination.
36
-
6. On the **Settings** tab, authenticate with Salesforce Pardot using OAuth. Input the Pardot Business Unit ID associated with your Pardot Account, and click **Save**.
37
-
7. Follow the steps in the Destinations Actions documentation on [Customizing mappings](/docs/connections/destinations/actions/#customizing-mappings).
38
-
8. Enable the destination and configured mappings.
30
+
Before you connect Segment to Salesforce Pardot, please ensure you have a Salesforce account with Pardot REST API access.
31
+
32
+
1. From the Segment web app, navigate to **Connections > Catalog**.
33
+
2. Search for **Pardot (Actions)** in the Destinations Catalog, and select the destination.
34
+
3. Click **Configure Pardot (Actions)**.
35
+
4. Select the source that will send data to Pardot (Actions) and follow the steps to name your destination.
36
+
5. On the **Settings** tab, authenticate with Salesforce Pardot using OAuth. Input the Pardot Business Unit ID associated with your Pardot Account, and click **Save**.
37
+
6. Follow the steps in the Destinations Actions documentation on [Customizing mappings](/docs/connections/destinations/actions/#customizing-mappings).
38
+
7. Enable the destination and configured mappings.
0 commit comments