Help and Documentation
...
Webhooks
Event Payloads
pulse.*
1min
JSON
1{
2 "event: : {
3 "id": "9839c4ca-5e7b-416d-ad95-d09ae0c8eead",
4 "type": "pulse.created",
5 "issued_at": "2022-11-27T19:15:30.995-08:00",
6 },
7 "data": {
8 "id": "aa1cab03-00e7-4578-b1ae-72ad9ae417c6",
9 "team_id": 1,
10 "pulse_trail_id": "b59bfcb7-89ed-4641-b288-5ce1bb3dd801",
11 "summary": "Deployed to Kubernetes",
12 "labels": [
13 {
14 "key": "label1",
15 "value": "value1"
16 },
17 {
18 "key": "label2",
19 "value": "value2"
20 }
21 ],
22 "data": {
23 "hello": "world"
24 },
25 "external_id": null,
26 "started_at": "2022-11-27T19:15:30.995-08:00",
27 "ended_at": null,
28 "deleted_at": null,
29 "created_at": "2022-11-27T19:15:30.995-08:00",
30 "updated_at": "2022-11-27T19:15:30.995-08:00",
31 "webhook_type": null,
32 "webhook_id": null,
33 "webhook_idempotency_key": null,
34 "external_url": null,
35 "source": "k8s",
36 "refs": [
37 {
38 "key": "image",
39 "value": "registry.rootly.com/rootly/my-service:cd6214"
40 }
41 ]
42 }
43}
Updated 03 Mar 2023
Did this page help you?