POST
/
v1
/
pulses
Creates a pulse
curl --request POST \
  --url https://api.rootly.com/v1/pulses \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/vnd.api+json' \
  --data '{
  "data": {
    "type": "pulses",
    "attributes": {
      "source": "<string>",
      "summary": "<string>",
      "service_ids": [
        "<string>"
      ],
      "environment_ids": [
        "<string>"
      ],
      "started_at": "2023-11-07T05:31:56Z",
      "ended_at": "2023-11-07T05:31:56Z",
      "external_url": "<string>",
      "labels": [
        {
          "key": "<string>",
          "value": "<string>"
        }
      ],
      "refs": [
        {
          "key": "<string>",
          "value": "<string>"
        }
      ],
      "data": {}
    }
  }
}'
{
  "data": {
    "id": "2d2e8349-8512-419b-b9f0-6c85a6641a22",
    "type": "pulses",
    "attributes": {
      "short_id": null,
      "source": "k8s",
      "summary": "Deploy k8s",
      "labels": [
        {
          "key": "status",
          "value": "succeeded"
        }
      ],
      "refs": [
        {
          "key": "sha",
          "value": "cd62148cbc5eb42168fe99fdb50a364e12b206ac"
        },
        {
          "key": "image",
          "value": "registry.rootly.com/rootly/my-service:cd6214"
        }
      ],
      "services": [
        {
          "id": "1064f97b-8fc1-41bc-bf55-b895edbf0e77",
          "alert_broadcast_channel": {},
          "alert_broadcast_enabled": false,
          "alert_urgency_id": null,
          "alerts_email_address": "service-0e431a466f25d402af889834490ce028@email.rootly.com",
          "alerts_email_enabled": false,
          "backstage_id": null,
          "color": "#D7E7F5",
          "cortex_id": null,
          "created_at": "2025-09-17T17:50:19.621-07:00",
          "datadog_id": null,
          "deleted_at": null,
          "description": "Nihil tempora voluptatem deleniti.",
          "external_id": null,
          "github_repository_branch": "master",
          "github_repository_name": null,
          "gitlab_repository_branch": "master",
          "gitlab_repository_name": null,
          "heroku_app_name": null,
          "incident_broadcast_channel": {},
          "incident_broadcast_enabled": false,
          "incidents_count": 0,
          "kubernetes_deployment_name": null,
          "name": "Sint assumenda aut ex.",
          "notify_emails": [],
          "opsgenie_id": null,
          "opsgenie_team_id": null,
          "opslevel_id": null,
          "pagerduty_id": null,
          "position": 1,
          "public_description": null,
          "service_now_ci_sys_id": null,
          "show_uptime": true,
          "show_uptime_last_days": 60,
          "slack_aliases": [],
          "slack_channels": [],
          "slug": "sint-assumenda-aut-ex",
          "status": "operational",
          "team_id": 328,
          "updated_at": "2025-09-17T17:50:19.621-07:00"
        }
      ],
      "environments": [
        {
          "id": "693c4884-ea20-4d11-a3fd-8936ac7725a6",
          "color": "#d0ecec",
          "created_at": "2025-09-17T17:50:19.637-07:00",
          "deleted_at": null,
          "description": "Repellat ea maxime aut.",
          "external_id": null,
          "incidents_count": 0,
          "name": "Qui iusto quidem autem.",
          "notify_emails": [],
          "position": 1,
          "slack_aliases": [],
          "slack_channels": [],
          "slug": "qui-iusto-quidem-autem",
          "team_id": 328,
          "updated_at": "2025-09-17T17:50:19.637-07:00"
        }
      ],
      "data": {
        "url": "https://additionaldata.com"
      },
      "external_url": "https://external-url.com",
      "started_at": "2025-09-17T17:40:36.000-07:00",
      "ended_at": "2025-09-17T17:42:36.000-07:00",
      "created_at": "2025-09-17T17:50:21.307-07:00",
      "updated_at": "2025-09-17T17:50:21.307-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/vnd.api+json
data
object
required

Response

pulse created

data
object
required