---
title: "POST /api/pulse"
method: POST
path: "/api/pulse"
tags: ["/api/pulse"]
---

# POST /api/pulse

`POST /api/pulse`

Create a new `Pulse`.

## Request body

- object
  - `cards` unknown, required
  - `channels` unknown, required
  - `collection_id` integer, nullable — value must be an integer greater than zero.
  - `collection_position` integer, nullable — value must be an integer greater than zero.
  - `dashboard_id` integer, nullable — value must be an integer greater than zero.
  - `name` string, required
  - `parameters` object[], nullable
  - `skip_if_empty` boolean, nullable, required

## Response `2XX`

Successful response

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

## Changes

> 13 revisions in range; 1 could not be searched.

- **2026-03-09** `78297d193ca4` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/metabase/apis/metabase-api/changes/api/pulse/post.md)

---

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