---
title: "PushSubscriptionAttributeValue"
method: POST
path: "/subscription/attribute/push-value"
tags: ["Subscriptions"]
---

# PushSubscriptionAttributeValue

`POST /subscription/attribute/push-value`

Push value to subscription array attributes

## Request body

- object
  - `channelId` string, required — <p>The channel ID.</p>
  - `attributeId` string, required — <p>The attribute ID. Possible array attribute IDs are currently only <code>categories</code> and <code>products</code>.</p>
  - `value` string, required — <p>The attribute value. Can be a String (max length: 255 characters) or Number. If the attribute is configured to store arrays, the maximum length of the array should be 1000.</p>
  - `subscriptionId` string — <p>The subscription ID.</p>
  - `subscriptionIds` string[] — <p>The subscription IDs (max. 1000).</p>

## Response `200`

Success-Response:

- object
  - `success` boolean, required

---

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