Inleads AI Destination
Inleads.ai is an AI-driven sales intelligence and analytics platform designed to empower startups and enterprises with comprehensive tools for growth.
Using Inleads, you can gain deeper insights into your customer journey and drive smarter decisions with the Inleads.ai and Segment integration. With this integration, seamlessly map Segment events to Inleads.ai events, enabling you to track deals, leads and customer activities across every touchpoint. Dive into real-time sales, product, and revenue insights, powered by advanced analytics and machine learning algorithms. With Inleads.ai and Segment, unlock the full potential of your customer data to fuel your business success.
This destination is maintained by Inleads.ai. For any issues with the destination, contact the Inleads Support team.
- From the Destinations catalog page in the Segment App, click Add Destination.
- Search for Inleads in the Destinations Catalog, and select the Inleads destination.
- Choose which Source should send data to the Inleads destination.
- Go to the Inleads dashboard and find the API Key in Settings API Keys tab.
- Enter the API Key in the Inleads destination settings in Segment.
Inleads supports the following methods, as specified in the Segment Spec.
Send Identify calls to create new user profile or update existing users with new trait values. For example:
1analytics.identify("inleadsUser123", {2email: "test@example.com",3});
Segment sends Identify calls to Inleads as an identify event.
Send Track calls to record user behavior in your app. For example:
analytics.track("New lead created");
Segment sends Track calls to Inleads as a track event.
Send Group calls to associate an individual user to group. For example:
1analytics.group("0e8c78ea9d97a7b8185e8632", {2name: "Initech",3industry: "Technology",4employees: 329,5plan: "enterprise",6"total billed": 8307});
Your Inleads AI API Key. You can find your API Key in your inleads.ai settings.
Inleads AI has the following presets
| Preset Name | Trigger | Default Action |
|---|---|---|
| Track Event | Event type = "track" | Track |
| Group | Event type = "group" | Group |
| Identify User | Event type = "identify" | Identify |
Build your own Mappings. Combine supported triggers with the following Inleads AI-supported actions:
Mapping limits per destination
Send group calls to Inleads AI.
Group is a Cloud action. The default Trigger is type = "group"
The External ID of the account to send properties for
Optional
The ID associated with the user
The Account name
Optional
The timestamp when the account was created, represented in the ISO-8601 date format. For instance, "2023-09-26T15:30:00Z".
Optional
The properties of the account
Optional
The account website
Optional
User metadata including IP, Location, etc.
Optional
User Anonymous id
Optional
The ID of the event.
Optional
The URL of the page where the event occurred.
Optional
The referrer of the page where the event occurred.
Optional
The language of the browser.
The time of the event in UTC.
Optional
Information about the UTM parameters.
Optional
Information about the screen.
Optional
The timezone of the browser.
Optional
The IP address of the user.
Send track calls to Inleads AI.
Track is a Cloud action. The default Trigger is type = "track"
The name of the event
The user id, to uniquely identify the user associated with the event
Optional
The account id, to uniquely identify the account associated with the user
Optional
The properties of the track call
Optional
The Traits of the track call
Optional
User metadata including IP, Location, etc.
Optional
User Anonymous id
Optional
The ID of the event.
Optional
The URL of the page where the event occurred.
Optional
The referrer of the page where the event occurred.
Optional
The language of the browser.
The time of the event in UTC.
Optional
Information about the UTM parameters.
Optional
Information about the screen.
Optional
The timezone of the browser.
Optional
The IP address of the user.
Send identify calls to Inleads AI.
Identify is a Cloud action. The default Trigger is type = "identify"
The External ID of the user
Optional
The user's name
Optional
The user's first name. This field is mandatory if you're not providing a name field
Optional
The user's last name. This field is mandatory if you're not providing a name field
Optional
The user's email address
Optional
The account id, to uniquely identify the account associated with the user
Optional
The timestamp when the user was created, represented in the ISO-8601 date format. For instance, "2023-09-26T15:30:00Z".
Optional
Properties to associate with the user
Optional
User metadata including IP, Location, etc.
Optional
User Anonymous id
Optional
The ID of the event.
Optional
The URL of the page where the event occurred.
Optional
The referrer of the page where the event occurred.
Optional
The language of the browser.
The time of the event in UTC.
Optional
Information about the UTM parameters.
Optional
Information about the screen.
Optional
The timezone of the browser.
Optional
The IP address of the user.
You can send computed traits and audiences generated using Engage to this destination as a user property. To learn more about Engage, schedule a demo.
For user-property destinations, an identify call is sent to the destination for each user being added and removed. The property name is the snake_cased version of the audience name, with a true/false value to indicate membership. For example, when a user first completes an order in the last 30 days, Engage sends an Identify call with the property order_completed_last_30days: true. When the user no longer satisfies this condition (for example, it's been more than 30 days since their last order), Engage sets that value to false.
When you first create an audience, Engage sends an Identify call for every user in that audience. Later audience syncs only send updates for users whose membership has changed since the last sync.
Real-time to batch destination sync frequency
Real-time audience syncs to Inleads AI may take six or more hours for the initial sync to complete. Upon completion, a sync frequency of two to three hours is expected.
Segment lets you change these destination settings from the Segment app without having to touch any code.
Your Inleads AI API Key. You can find your API Key in your inleads.ai settings.