Inflection Destination

Destination Info
Partner Owned
  • This integration is partner owned. Please reach out to the partner's support for any issues.

Inflection provides a B2B marketing automation platform for product-led growth companies. Combining Segment data with CRM data to create a single view of the customer, Inflection was built with marketing teams in mind, pricing a platform that can drive hyper-contextualized communications to support adoption, expansion, and engagement.

This destination is maintained by Inflection. For any issues with the destination, contact the Inflection Support team.

Getting Started

  1. From the Destinations catalog page in the Segment App, select Inflection.
  2. Choose the Source from which events have to be sent to Inflection destination.
  3. Contact the Inflection Support team and get an API key generated for your account.
  4. Enter the API Key in the Inflection destination settings on Segment.
  5. Once data starts flowing in from Segment to Inflection, the stats can be viewed on the Connections page on Inflection App.

Supported methods

Inflection supports the following methods, as specified in the Segment Spec.

Identify

Send Identify calls to Identify a user. The traits should have the email trait to be processed. All the other reserved traits are optional, but will be used to populate Person DB if available. If a Data Warehouse is set to sync Person DB data to Inflection, the Identify call will be used only to map the userId to the person.id on Inflection app. For example:

analytics.identify('userId123', {
  email: 'john.doe@example.com'
});

Track

Send Track calls to be added to Product Activity on Inflection App. For example:

analytics.track('Login Button Clicked')

Group

Send Group calls to tie a user to an org. There are two IDs that are relevant in a group call: the userId, which belongs and refers to the user, and the groupId, which belongs and refers to the specific group. A user can belong to multiple groups, each associated with a different groupId, but the user will have only one userId linked to each of these different groups.

 analytics.group("0e8c78ea9d97a7b8185e8632", {
name: "Initech",
industry: "Technology",
employees: 329,
plan: "enterprise",
"total billed": 830
});

Engage

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 Inflection may take six or more hours for the initial sync to complete. Upon completion, a sync frequency of two to three hours is expected.

Settings

Segment lets you change these destination settings from the Segment app without having to touch any code.

Setting Description
API Key
(required)
string. Contact Inflection support at support@inflection.io to get the API key generated

This page was last modified: 11 Oct 2023



Get started with Segment

Segment is the easiest way to integrate your websites & mobile apps data to over 300 analytics and growth tools.
or
Create free account