---
title: "EventSubscription"
method: POST
path: "/subscription/event"
tags: ["Subscriptions"]
---

# EventSubscription

`POST /subscription/event`

Emit follow-up event

## Request body

- object
  - `subscriptionId` string, required — <p>The subscription ID.</p>
  - `campaignId` string, required — <p>The follow-up campaign ID. Either specify this or the channel ID.</p>
  - `channelId` string, required — <p>The Channel ID. Either specify this or the follow-up campagn ID.</p>
  - `name` string, required — <p>The event name.</p>
  - `parameters` string, required — <p>The event parameters.</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)
