Skip to contentSkip to navigationSkip to topbar
On this page
Looking for more inspiration?Visit the
(information)
You're in the right place! Segment documentation is now part of Twilio Docs. The content you are used to is still here—just in a new home with a refreshed look.

Toplyne Cloud Mode (Actions) Destination


Toplyne(link takes you to an external page) is a headless Sales AI for revenue teams. Toplyne's AI captures and understands every user click passed through Segment and enriches it with demographic data (through 3rd party enrichment tools). Toplyne then delivers opportunities for expansion and conversion into your existing CRM. Toplyne does this without involving your data and engineering teams. Cloudflare, Vercel, and Canva depend on Toplyne to build predictable pipelines and improve conversions and expansions for their sales and account management teams.


Benefits of Toplyne (Actions)

benefits-of-toplyne-actions page anchor

Toplyne (Actions) provides the following benefits:

  • Reduced time-to-value. Seamlessly move your data from Segment to Toplyne with the click of a button.
  • Clear mapping of data Actions-based destinations enable you to define the mapping between the data Segment received from your source and the data Segment sends to Toplyne.
  • Pre-built mapping. Mappings for Toplyne, are prebuilt with the prescribed parameters and available for customization
  • No 3rd party tool is involved. Move the data directly from Segment to Toplyne without the requirement of a 3rd party tool to facilitate the data sync.

  1. From the Segment web app, navigate to Connections > Catalog and select the Destinations tab of the catalog.
  2. Search for Toplyne Cloud Mode (Actions) and select it.
  3. Click Configure Toplyne Cloud Mode (Actions).
  4. Select an existing Source to connect to Toplyne (Actions).
  5. To obtain the API key you have to move to the Toplyne dashboard
  6. From your Toplyne dashboard, navigate to Settings > API Settings and click on + Generate new token.
  7. Enter a name for your token, and select Does not expire under Expiration. Then click Generate new token
  8. Copy the access token that has just been generated. This will be the API key that you will enter in Segment.
  9. Save your changes and enable the destination.

Property nameTypeRequiredDescription
API Keystring
required

Your Toplyne API Key


Toplyne Cloud Mode (Actions) has the following presets

Preset NameTriggerDefault Action
Send User ProfilesEvent type = "identify"Send user profiles
Send EventsEvent type = "track"Send events
Send Account ProfilesEvent type = "group"Send Account Profiles

Build your own Mappings. Combine supported triggers with the following Toplyne Cloud Mode-supported actions:

(information)

Mapping limits per destination

Individual destination instances have support a maximum of 50 mappings.

Send events

send-events page anchor

Send event track calls to Toplyne

Send events is a Cloud action. The default Trigger is type = "track"

Property nameTypeRequiredDescription
User IDSTRING

Optional

The ID of the user to send events for. Required if anonymousId is not provided


Anonymous IDSTRING

Optional

The anonymous ID of the user to send events for. Required if userId is not provided


Account IDSTRING

Optional

The ID of the account to send events for


Event NameSTRING
required

The name of the event to send


TimestampDATETIME
required

The timestamp of the event


Event PropertiesOBJECT

Optional

The properties of the event

Send group calls to Toplyne

Send Account Profiles is a Cloud action. The default Trigger is type = "group"

Property nameTypeRequiredDescription
Account IDSTRING
required

The ID of the account to send properties for


Creation timeDATETIME
required

Toplyne calculates the creation time using the timestamp of the first event or group call


Account PropertiesOBJECT

Optional

The properties of the account

Send identify calls to Toplyne

Send user profiles is a Cloud action. The default Trigger is type = "identify"

Property nameTypeRequiredDescription
User IDSTRING

Optional

The ID of the user to send properties for. Required if anonymousId is not provided


Anonymous IDSTRING

Optional

The anonymous ID of the user to send properties for. Required if userId is not provided


Creation timeDATETIME
required

Toplyne calculates the creation time of the user using the timestamp of the first track or identify call


User PropertiesOBJECT

Optional

The properties of the user