---
title: "Send JEC Action"
method: POST
path: "/api/{cloudId}/v1/jec/action"
tags: ["JEC"]
---

# Send JEC Action

`POST /api/{cloudId}/v1/jec/action`

Send JEC Channel Action

## Query parameters

- `channelId` string

## Request body

- SendJecActionDto
  - `action` string, required — Name of JEC action. Any value accepted.
  - `actionType` string, required — Action type (valid values: 'custom')
  - `details` object — Free format data map.

## Response `202`

Returned if the request is successfully accepted.

## Other responses

- `422` — Returned if the payload cannot be validated.

---

[API](https://skmtc.net/atlassian/apis/jsm-operations-api.md) · [All operations](https://skmtc.net/atlassian/apis/jsm-operations-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jsm-operations-api/versions/ed65f017bcb8/schema)
