---
title: "Data webhook import POST request"
method: POST
path: "/cdp/webhook/{app_id}/{import_webhook_id}"
tags: ["Data Activation"]
---

# Data webhook import POST request

`POST /cdp/webhook/{app_id}/{import_webhook_id}`

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

## Path parameters

- `app_id` string, uuid, required — ID of the app.
- `import_webhook_id` string, uuid, required

## Request body

- object — 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

## Response `202`

Request accepted and waiting for processing.

## Other responses

- `400` — Bad request response (e.g. missing GET parameter, parameter value out of bounds)
- `402` — Data Activation module is disabled
- `404` — Given application id was not found
- `413` — Content too large
- `422` — Data in body does not meet requirements (e.g. missing field)
- `429` — Too Many Requests error response (API quota exhaustion or rate limit exceeded)
- `500` — Internal application error response (some service encountered unexpected error)

---

[API](https://skmtc.dev/piwik/apis/web-api.md) · [All operations](https://skmtc.dev/piwik/apis/web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/piwik/web-api/revisions/f63416a36168/schema)
