Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/_data/catalog/destination_categories.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# destination categories last updated 2025-08-14
# destination categories last updated 2025-08-21
items:
- display_name: A/B Testing
slug: a-b-testing
Expand Down
229 changes: 228 additions & 1 deletion src/_data/catalog/destinations.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# destination data last updated 2025-08-14
# destination data last updated 2025-08-21
items:
- id: 637e8d185e2dec264895ea89
display_name: 1Flow
Expand Down Expand Up @@ -94483,6 +94483,233 @@ items:
actions: []
presets: []
partnerOwned: true
- id: 6863e71f2a1e1ddc4b4612bf
display_name: Nudge (Actions)
name: Nudge (Actions)
slug: actions-nudge
hidden: true
endpoints:
- US
regions:
- us-west-2
- eu-west-1
url: connections/destinations/catalog/actions-nudge
previous_names:
- Nudge (Actions)
website: https://www.nudgenow.com/
status: PUBLIC_BETA
categories:
- Personalization
- Marketing Automation
logo:
url: https://cdn-devcenter.segment.com/4c55af2e-93cc-4228-acd8-73d19980b392.svg
mark:
url: https://cdn-devcenter.segment.com/caa34359-1b3f-43b3-82f2-80a12366dad2.svg
methods:
track: true
identify: true
group: true
alias: true
screen: false
page: true
platforms:
browser: true
mobile: false
server: true
warehouse: false
cloudAppObject: false
linkedAudiences: true
components: []
browserUnbundlingSupported: false
browserUnbundlingPublic: false
replay: false
connection_modes:
device:
web: false
mobile: false
server: false
cloud:
web: true
mobile: false
server: true
settings:
- name: apikey
type: string
defaultValue: ''
description: Private Backend API Key
required: true
label: API Key
actions:
- id: mJriqCZY3rHocE9C1m5NMr
name: Identify User
slug: identifyUser
description: Identify a user in Nudge
platform: CLOUD
hidden: false
defaultTrigger: type = "identify"
fields:
- id: qFFMS1suVaCF38hTvWmQTF
sortOrder: 0
fieldKey: ext_id
label: User ID
type: STRING
description: The ID of the user performing the action.
placeholder: ''
defaultValue:
'@path': $.userId
required: true
multiple: false
choices: null
dynamic: false
allowNull: false
- id: dYkUr84wgG9csKgsXMrv4V
sortOrder: 1
fieldKey: name
label: User Name
type: STRING
description: The name of the user
placeholder: ''
defaultValue:
'@path': $.traits.name
required: false
multiple: false
choices: null
dynamic: false
allowNull: false
- id: 58fjVPXAvQwXQsLhvosBfP
sortOrder: 2
fieldKey: phone
label: Phone Number
type: STRING
description: The phone number of the user
placeholder: ''
defaultValue:
'@path': $.traits.phone
required: false
multiple: false
choices: null
dynamic: false
allowNull: false
- id: kzEywV4JWaVyhmmvEdcX1k
sortOrder: 3
fieldKey: email
label: Email
type: STRING
description: The email of the user.
placeholder: ''
defaultValue:
'@path': $.traits.email
required: false
multiple: false
choices: null
dynamic: false
allowNull: false
- id: pTC6hsGtTgRq5yieZfxwdA
sortOrder: 4
fieldKey: tz
label: Timezone
type: STRING
description: The timezone of the user.
placeholder: ''
defaultValue:
'@path': $.context.timezone
required: false
multiple: false
choices: null
dynamic: false
allowNull: false
- id: pTJnHtz5sVLYLEP9ftBFBq
sortOrder: 5
fieldKey: props
label: Properties
type: OBJECT
description: Properties for the user
placeholder: ''
defaultValue:
'@path': $.traits
required: false
multiple: false
choices: null
dynamic: false
allowNull: false
- id: wZWyi9STizgLxN31tSnSM5
name: Track Event
slug: trackEvent
description: Send an event to Nudge
platform: CLOUD
hidden: false
defaultTrigger: type = "track"
fields:
- id: xhkZiq7zR4wzxF82nNMiWT
sortOrder: 0
fieldKey: name
label: Event Name
type: STRING
description: The name of the action being performed.
placeholder: ''
defaultValue:
'@path': $.event
required: true
multiple: false
choices: null
dynamic: false
allowNull: false
- id: fyFhbuy1AgpM7Z9sX23JRh
sortOrder: 1
fieldKey: ext_id
label: User ID
type: STRING
description: The ID of the user performing the action.
placeholder: ''
defaultValue:
'@path': $.userId
required: true
multiple: false
choices: null
dynamic: false
allowNull: false
- id: 3Wf2gDnLRQL1i7voPPH38g
sortOrder: 2
fieldKey: occurred_at
label: Event Timestamp
type: DATETIME
description: The time at which the event occurred
placeholder: ''
defaultValue:
'@path': $.timestamp
required: true
multiple: false
choices: null
dynamic: false
allowNull: false
- id: iPZum6WNjuuN69TQbCWmqT
sortOrder: 3
fieldKey: props
label: Properties
type: OBJECT
description: Properties of the event
placeholder: ''
defaultValue:
'@path': $.properties
required: false
multiple: false
choices: null
dynamic: false
allowNull: false
- id: 49RXas9Shnz5mZjjFCpksj
sortOrder: 4
fieldKey: enable_batching
label: Enable Batching?
type: BOOLEAN
description: When enabled, Segment will send events in batches.
defaultValue: false
required: false
multiple: false
choices: null
dynamic: false
allowNull: false
presets: []
partnerOwned: true
- id: 54be95b4db31d978f14a7e0f
display_name: Nudgespot
name: Nudgespot
Expand Down
2 changes: 1 addition & 1 deletion src/_data/catalog/destinations_private.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# destination data last updated 2025-08-14
# destination data last updated 2025-08-21
items:
- id: 54521fd925e721e32a72eee1
display_name: Pardot
Expand Down
3 changes: 2 additions & 1 deletion src/_data/catalog/slugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,4 +329,5 @@ destinations:
override: "actions-ortto"
- original: "aampe-actions"
override: "actions-aampe"

- original: "nudge-actions"
override: "actions-nudge"
2 changes: 1 addition & 1 deletion src/_data/catalog/source_categories.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# source categories last updated 2025-08-14
# source categories last updated 2025-08-21
items:
- display_name: A/B testing
slug: a-b-testing
Expand Down
4 changes: 2 additions & 2 deletions src/_data/catalog/sources.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# sources last updated 2025-08-14
# sources last updated 2025-08-21
items:
- id: 8HWbgPTt3k
display_name: .NET
Expand Down Expand Up @@ -2551,7 +2551,7 @@ items:
url: >-
https://cdn-devcenter.segment.com/74267292-206c-47a3-927e-f0874c792038.svg
categories:
- Email Marketing
- Marketing Automation
status: PUBLIC
partnerOwned: false
- id: wFC7PGNwGR
Expand Down
2 changes: 1 addition & 1 deletion src/_data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sections:
section:
- path: "https://segment.com/jobs/"
title: Careers
- path: "https://segment.com/blog/"
- path: "https://twilio.com/blog/"
title: Blog
- path: "https://segment.com/press/"
title: Press
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</tr>
<tr class="c4">
<td class="c6" colspan="1" rowspan="1"><p class="c10"><span class="c13">Base Model </span>
<span class="c12 c15 nf-right-align">OpenAI - GPT-4</span></p>
<span class="c12 c15 nf-right-align">Claude Haiku</span></p>
</td>
</tr>
<tr class="c4">
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/content/mobile-cmodes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Segment defaults to using cloud-based [connection mode](/docs/connections/destinations/#connection-modes) ("cloud-mode") for any destination connected to a mobile source, because this can help [decrease the size of your final app package](https://segment.com/blog/mobile-app-size-effect-on-downloads/). When you use cloud-mode, Segment sends messages to the Segment servers, and then translates and forwards that data on to the downstream tools. This way, you only package the Segment mobile library with your app.
Segment defaults to using cloud-based [connection mode](/docs/connections/destinations/#connection-modes) ("cloud-mode") for any destination connected to a mobile source, because this can help decrease the size of your final app package. When you use cloud-mode, Segment sends messages to the Segment servers, and then translates and forwards that data on to the downstream tools. This way, you only package the Segment mobile library with your app.

However, many destination tools that specifically deal with mobile interactions require that you use a device-based connection mode ("device-mode") so that they can collect information directly on the mobile device. (You can check the full list of destinations and [which connection modes they support](/docs/connections/destinations/cmodes-compare/).)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</tr>
<tr class="c4">
<td class="c6" colspan="1" rowspan="1"><p class="c10"><span class="c13">Base Model </span>
<span class="c12 c15 nf-right-align">OpenAI - GPT-3.5</span></p>
<span class="c12 c15 nf-right-align">Claude Sonnet</span></p>
</td>
</tr>
<tr class="c4">
Expand Down Expand Up @@ -141,4 +141,5 @@
</td>
</tr>
</table>
</html>
</html>

3 changes: 1 addition & 2 deletions src/connections/destinations/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Destination Actions are available to all customers on all Segment plans. You do
- You can use the [Event Tester](/docs/connections/test-connections) with Destination Actions. Event delivery metrics are collected and available in the destination information pages.
- If you are using [Protocols](/docs/protocols/), Destination Actions actions are applied **after** [schema filters](/docs/protocols/enforce/schema-configuration/) and [transformations](/docs/protocols/transform/).
- If you are using [Destination Filters](/docs/connections/destinations/destination-filters/), Actions are applied after the filters. They are not applied to data that is filtered out.
- Destination Actions can't be accessed or modified using the Segment APIs.

## Components of a Destination Action

Expand Down Expand Up @@ -202,7 +201,7 @@ Segment offers suggested mappings that automatically propose relevant destinatio

To use Suggested Mappings, a user with the [Workspace Owner role](/docs/segment-app/iam/roles/) must first accept the Customer AI Terms and Conditions. Ensure that you review the suggested mappings for accuracy before finalizing them as the suggestions are not guaranteed to be 100% accurate.

For more information, see [Segment's Suggested Mappings blogpost](https://segment.com/blog/ai-assisted-magical-mappings/){:target="_blank”} and the [Suggested Mappings Nutrition Label](/docs/connections/reverse-etl/suggested-mappings-nutrition-facts).
For more information, see [Segment's Suggested Mappings blog post](https://www.twilio.com/en-us/blog/developers/best-practices/ai-assisted-magical-mappings){:target="_blank”} and the [Suggested Mappings Nutrition Label](/docs/connections/reverse-etl/suggested-mappings-nutrition-facts).

## Static values
Segment supports 4 static value types in Destination Actions mappings: `string`, `boolean`, `number`, and `null`.
Expand Down
23 changes: 23 additions & 0 deletions src/connections/destinations/catalog/actions-clay/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Clay Destination
id: 6888c9ea14d648263fff811d
beta: true
---

{% include content/plan-grid.md name="actions" %}

Use website visitor tracking in [Clay](https://clay.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="\_blank"} to identify and understand companies visiting your website, track their engagement patterns, and turn anonymous traffic into actionable leads.

This destination is maintained by Clay. For any issues with the destination, [contact the Clay Support team](mailto:support@clay.com).

## Getting started

1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="\_blank"} search for "Clay".
2. Select Clay and click **Add Destination**.
3. Select an existing Source to connect to Clay (Actions).
4. Open your [Clay dashboard](https://app.clay.com){:target="\_blank"}, and select **Settings**.
5. Navigate to **Website tracking** and select your website connection.
6. Select **Segment**, and then copy your **Connection key** and **Secret key**.
7. Return to the Segment app and enter these keys in your Clay destination settings page.

{% include components/actions-fields.html %}
2 changes: 0 additions & 2 deletions src/connections/destinations/catalog/actions-nudge/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
title: Nudge (Actions) Destination
id: 6863e71f2a1e1ddc4b4612bf
private: true
beta: true
hidden: true
---

{% include content/plan-grid.md name="actions" %}
Expand Down
Loading
Loading