Profile splitting
Description
Splitting a profile into multiple new or existing profiles.
caution
The profiles generated by splitting are not imports. Import trigger does not work on them.
URL
Method: POST
https://example.com/api/v1.1/profiles/split
Request parameters
| Parameter | Type | Example | Required | Description |
|---|---|---|---|---|
| token | string | "abcdefghijklmnqrstuvwxyz" | Yes | API token |
| data | JSON object | "data":{ | No | Profile data that will change after merging |
| skip_triggers | bool | true | No | Skip trigger events By default – false |
| source | JSON object | "source":{ | Yes | Contains matching data about the profiles to be split |
| destination | array | "destination": [ |