Skip to content

Commit e7bdaf0

Browse files
authored
Merge pull request #3409 from segmentio/pardot-actions-update
Add autogenerated tables and dossier back to Pardot (Actions)
2 parents 58382ba + 6363f29 commit e7bdaf0

File tree

2 files changed

+353
-2
lines changed

2 files changed

+353
-2
lines changed

src/_data/catalog/destinations_private.yml

Lines changed: 351 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 2022-08-23 with Moengage (Actions)
2+
# destination data last updated 2022-08-25 with Pardot (Actions)
33
items:
44
- id: 54521fd525e721e32a72ee8e
55
name: AdRoll
@@ -1865,3 +1865,353 @@ items:
18651865
dynamic: false
18661866
allowNull: false
18671867
presets: []
1868+
- id: 62df16e45ba0058c864a75d1
1869+
display_name: Pardot (Actions)
1870+
name: Pardot (Actions)
1871+
slug: actions-pardot
1872+
previous_names:
1873+
- Pardot Actions
1874+
- Pardot (Actions)
1875+
website: https://pardot.com
1876+
status: PRIVATE_BETA
1877+
logo:
1878+
url: https://cdn.filepicker.io/api/file/Z5JwkR5dRGySvvn8SwRs
1879+
mark:
1880+
url: https://cdn.filepicker.io/api/file/bZOGReV9Sb6aqOfUpnwL
1881+
methods:
1882+
track: true
1883+
pageview: true
1884+
identify: true
1885+
group: true
1886+
alias: true
1887+
platforms:
1888+
browser: true
1889+
mobile: false
1890+
server: true
1891+
components: []
1892+
browserUnbundlingSupported: false
1893+
browserUnbundlingPublic: false
1894+
replay: false
1895+
settings:
1896+
- name: accountID
1897+
type: string
1898+
defaultValue: ''
1899+
description: >-
1900+
You can find your Account ID (`piAId`) under **Marketing > Campaigns**
1901+
in your [Pardot account](https://pi.pardot.com/campaign). After
1902+
selecting your desired website campaign, press **View Tracking
1903+
Code**.
1904+
required: true
1905+
label: Account ID
1906+
- name: businessUnitID
1907+
type: string
1908+
defaultValue: ''
1909+
description: >-
1910+
The Pardot Business Unit ID associated with your Pardot Account. To
1911+
find your Business Unit ID in Salesforce, go to **Setup** and search
1912+
for `Pardot`. Your Pardot Business Unit ID is an 18-character string
1913+
that starts with `0Uv`. If you cannot access the Pardot Account Setup
1914+
information, ask your Salesforce Administrator to find the Pardot
1915+
Business Unit ID for you.
1916+
required: true
1917+
label: Pardot Business Unit ID
1918+
- name: isSandbox
1919+
type: boolean
1920+
defaultValue: false
1921+
description: >-
1922+
Enable to authenticate into a sandbox instance. You can log in to a
1923+
sandbox by appending the sandbox name to your Salesforce username. For
1924+
example, if a username for a production org is [email protected] and the
1925+
sandbox is named `test`, the username to log in to the sandbox is
1926+
[email protected]. If you are already authenticated, please
1927+
disconnect and reconnect with your sandbox username.
1928+
required: true
1929+
label: Sandbox Instance
1930+
actions:
1931+
- id: nmuJx72oiaaGCd28Neghow
1932+
name: Upsert Prospect
1933+
slug: prospects
1934+
description: Create or update a prospect in Pardot using email address.
1935+
platform: CLOUD
1936+
hidden: false
1937+
defaultTrigger: type = "identify"
1938+
fields:
1939+
- id: pWRHtwu2PBbkPgna9bwpe
1940+
sortOrder: 0
1941+
fieldKey: email
1942+
label: Email Address
1943+
type: STRING
1944+
description: |-
1945+
The prospect's email address.
1946+
Used to upsert a prospect in Pardot. If multiple prospects have the given email, the prospect with the latest activity is updated. If there's no prospect with the given email, a prospect is created. Please note that Pardot treats email address as case sensitive and will create multiple prospects for casing differences.
1947+
placeholder: ''
1948+
defaultValue:
1949+
'@if':
1950+
exists:
1951+
'@path': $.traits.email
1952+
then:
1953+
'@path': $.traits.email
1954+
else:
1955+
'@path': $.properties.email
1956+
required: true
1957+
multiple: false
1958+
choices: null
1959+
dynamic: false
1960+
allowNull: false
1961+
- id: kNhC71Zr4EkuZtfJXV2Cbk
1962+
sortOrder: 1
1963+
fieldKey: firstName
1964+
label: First Name
1965+
type: STRING
1966+
description: The prospect's first name.
1967+
placeholder: ''
1968+
defaultValue:
1969+
'@if':
1970+
exists:
1971+
'@path': $.traits.first_name
1972+
then:
1973+
'@path': $.traits.first_name
1974+
else:
1975+
'@path': $.properties.first_name
1976+
required: false
1977+
multiple: false
1978+
choices: null
1979+
dynamic: false
1980+
allowNull: false
1981+
- id: cDMEGduV3abmkaKw2JEWsL
1982+
sortOrder: 2
1983+
fieldKey: lastName
1984+
label: Last Name
1985+
type: STRING
1986+
description: The prospect's last name.
1987+
placeholder: ''
1988+
defaultValue:
1989+
'@if':
1990+
exists:
1991+
'@path': $.traits.last_name
1992+
then:
1993+
'@path': $.traits.last_name
1994+
else:
1995+
'@path': $.properties.last_name
1996+
required: false
1997+
multiple: false
1998+
choices: null
1999+
dynamic: false
2000+
allowNull: false
2001+
- id: 6wAR1VFWvyDyuFfuFYHDe9
2002+
sortOrder: 3
2003+
fieldKey: salutation
2004+
label: Salutation
2005+
type: STRING
2006+
description: The prospect's formal prefix.
2007+
placeholder: ''
2008+
required: false
2009+
multiple: false
2010+
choices: null
2011+
dynamic: false
2012+
allowNull: false
2013+
- id: uGiC7xtFhgjy59CnKZpcPz
2014+
sortOrder: 4
2015+
fieldKey: phone
2016+
label: Phone Number
2017+
type: STRING
2018+
description: The prospect's phone number.
2019+
placeholder: ''
2020+
defaultValue:
2021+
'@if':
2022+
exists:
2023+
'@path': $.traits.phone
2024+
then:
2025+
'@path': $.traits.phone
2026+
else:
2027+
'@path': $.properties.phone
2028+
required: false
2029+
multiple: false
2030+
choices: null
2031+
dynamic: false
2032+
allowNull: false
2033+
- id: sfebxe2kyQD4kHupxD1pJE
2034+
sortOrder: 5
2035+
fieldKey: company
2036+
label: Company
2037+
type: STRING
2038+
description: The prospect's company.
2039+
placeholder: ''
2040+
defaultValue:
2041+
'@if':
2042+
exists:
2043+
'@path': $.traits.company
2044+
then:
2045+
'@path': $.traits.company
2046+
else:
2047+
'@path': $.properties.company
2048+
required: false
2049+
multiple: false
2050+
choices: null
2051+
dynamic: false
2052+
allowNull: false
2053+
- id: mdX3Tcb2QeMnrJkHedy5EN
2054+
sortOrder: 6
2055+
fieldKey: jobTitle
2056+
label: Job Title
2057+
type: STRING
2058+
description: The prospect's job title.
2059+
placeholder: ''
2060+
defaultValue:
2061+
'@if':
2062+
exists:
2063+
'@path': $.traits.title
2064+
then:
2065+
'@path': $.traits.title
2066+
else:
2067+
'@path': $.properties.title
2068+
required: false
2069+
multiple: false
2070+
choices: null
2071+
dynamic: false
2072+
allowNull: false
2073+
- id: t39LTk5ZHJNY8Jp8Gm3EDr
2074+
sortOrder: 7
2075+
fieldKey: industry
2076+
label: Industry
2077+
type: STRING
2078+
description: The prospect's industry.
2079+
placeholder: ''
2080+
required: false
2081+
multiple: false
2082+
choices: null
2083+
dynamic: false
2084+
allowNull: false
2085+
- id: 3LtV9DQR9iZRvzt6ybkyEr
2086+
sortOrder: 8
2087+
fieldKey: city
2088+
label: City
2089+
type: STRING
2090+
description: The prospect's city.
2091+
placeholder: ''
2092+
defaultValue:
2093+
'@if':
2094+
exists:
2095+
'@path': $.traits.address.city
2096+
then:
2097+
'@path': $.traits.address.city
2098+
else:
2099+
'@path': $.properties.address.city
2100+
required: false
2101+
multiple: false
2102+
choices: null
2103+
dynamic: false
2104+
allowNull: false
2105+
- id: ucmo7pTf8buyKcf4NSz7pW
2106+
sortOrder: 9
2107+
fieldKey: state
2108+
label: State
2109+
type: STRING
2110+
description: The prospect's US state.
2111+
placeholder: ''
2112+
defaultValue:
2113+
'@if':
2114+
exists:
2115+
'@path': $.traits.address.state
2116+
then:
2117+
'@path': $.traits.address.state
2118+
else:
2119+
'@path': $.properties.address.state
2120+
required: false
2121+
multiple: false
2122+
choices: null
2123+
dynamic: false
2124+
allowNull: false
2125+
- id: d4YtY7V6exBD9k6HFnAkjX
2126+
sortOrder: 10
2127+
fieldKey: zip
2128+
label: Zip Code
2129+
type: STRING
2130+
description: The prospect's postal code.
2131+
placeholder: ''
2132+
defaultValue:
2133+
'@if':
2134+
exists:
2135+
'@path': $.traits.address.postal_code
2136+
then:
2137+
'@path': $.traits.address.postal_code
2138+
else:
2139+
'@path': $.properties.address.postal_code
2140+
required: false
2141+
multiple: false
2142+
choices: null
2143+
dynamic: false
2144+
allowNull: false
2145+
- id: nvvuWC8Bpe1jfnS7NZvbRs
2146+
sortOrder: 11
2147+
fieldKey: country
2148+
label: Country
2149+
type: STRING
2150+
description: The prospect's country.
2151+
placeholder: ''
2152+
defaultValue:
2153+
'@if':
2154+
exists:
2155+
'@path': $.traits.address.country
2156+
then:
2157+
'@path': $.traits.address.country
2158+
else:
2159+
'@path': $.properties.address.country
2160+
required: false
2161+
multiple: false
2162+
choices: null
2163+
dynamic: false
2164+
allowNull: false
2165+
- id: 3jAPKojY8695krMzDgNrxe
2166+
sortOrder: 12
2167+
fieldKey: website
2168+
label: Website
2169+
type: STRING
2170+
description: The prospect's website URL.
2171+
placeholder: ''
2172+
defaultValue:
2173+
'@if':
2174+
exists:
2175+
'@path': $.traits.website
2176+
then:
2177+
'@path': $.traits.website
2178+
else:
2179+
'@path': $.properties.website
2180+
required: false
2181+
multiple: false
2182+
choices: null
2183+
dynamic: false
2184+
allowNull: false
2185+
- id: ugvnkG3wXK6XB2JzEeFsdx
2186+
sortOrder: 13
2187+
fieldKey: secondaryDeletedSearch
2188+
label: Search Deleted Prospects
2189+
type: BOOLEAN
2190+
description: >-
2191+
If true, the request’s search includes deleted records. This
2192+
property only affects [AMPSEA
2193+
accounts](https://help.salesforce.com/s/articleView?id=sf.pardot_admin_ampsea_parent.htm&type=5).
2194+
If all records with a matching email address are deleted, the one with the latest activity is undeleted and updated. Otherwise, a new prospect is created.
2195+
placeholder: ''
2196+
defaultValue: true
2197+
required: true
2198+
multiple: false
2199+
choices: null
2200+
dynamic: false
2201+
allowNull: false
2202+
- id: kntkt3UDS1PN25DkRCPFWz
2203+
sortOrder: 14
2204+
fieldKey: customFields
2205+
label: Other Fields
2206+
type: OBJECT
2207+
description: |2-
2208+
2209+
Additional prospect fields to send to Pardot.
2210+
Only editable fields are accepted. Please see [Pardot docs](https://developer.salesforce.com/docs/marketing/pardot/guide/prospect-v5.html#fields) for more details. On the left-hand side, input the Pardot field name. On the right-hand side, map the Segment field that contains the value.
2211+
placeholder: ''
2212+
required: false
2213+
multiple: false
2214+
choices: null
2215+
dynamic: false
2216+
allowNull: false
2217+
presets: []

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Pardot (Actions) Destination
33
hide-boilerplate: true
44
hide-dossier: true
55
hidden: true
6+
private: true
67
strat: salesforce
78
id: 62df16e45ba0058c864a75d1
89
---
@@ -35,7 +36,7 @@ To get started using Pardot with Segment:
3536
7. Follow the steps in the Destinations Actions documentation on [Customizing mappings](/docs/connections/destinations/actions/#customizing-mappings).
3637
8. Enable the destination and configured mappings.
3738

38-
<!--- {% include components/actions-fields.html %} --->
39+
{% include components/actions-fields.html %}
3940

4041
## FAQ
4142
### When will Pardot create versus update a prospect?

0 commit comments

Comments
 (0)