v1

latestOpenAPI 3.1.02026-07-2419603.1 MB
Data Activation

Data webhook import GET request

Imports data into multiple attributes in an associated profile via webhook GET request.

get/cdp/webhook/{app_id}/{import_webhook_id}

Path parameters

app_idstring uuid required

ID of the app.

Example:3929d56c-cd62-4001-a4fc-013f5f954691
import_webhook_idstring uuid required
Example:e898ae47-61cd-4c9d-9d67-e5a930eb9f39

An webhook import UUID to which the request is sent

Request body

object required

Data that a profile will be enriched with. Properties in the provided object are mapped according to the webhook import configurations.

Limits:

  • String values length limit - 1024 characters
  • Array elements limit - 1024 elements
  • Key names length limit - 256 characters
  • Webhook request size limit - 50kB

Example request

{
  "occupation": "electrician",
  "mood": "sad",
  "contract_end": "2023-12-10T16:30:00Z",
  "name": {
    "first": "john",
    "last": "doe"
  }
}

Response

Request accepted and waiting for processing.