Webhook map
alertseventAlert(alerts.eventAlert)metricAlert(alerts.metricAlert)
commentscreated(comments.created)deleted(comments.deleted)updated(comments.updated)
errorscreated(errors.created)
issuesassigned(issues.assigned)created(issues.created)resolved(issues.resolved)
HTTP handler setup
Events
Alerts
Event Alert
alerts.eventAlert
An issue alert rule was triggered
Payload
| Name | Type | Required | Description |
|---|---|---|---|
action | triggered | Yes | — |
data | object | Yes | — |
actor | object | No | — |
installation | object | No | — |
data full type
data full type
actor full type
actor full type
installation full type
installation full type
Response data full type
Response data full type
webhookHooks example
Metric Alert
alerts.metricAlert
A metric alert was triggered
Payload
| Name | Type | Required | Description |
|---|---|---|---|
action | triggered | Yes | — |
data | object | Yes | — |
actor | object | No | — |
installation | object | No | — |
data full type
data full type
actor full type
actor full type
installation full type
installation full type
Response data full type
Response data full type
webhookHooks example
Comments
Created
comments.created
A comment was added to an issue
Payload
| Name | Type | Required | Description |
|---|---|---|---|
action | created | Yes | — |
data | object | Yes | — |
actor | object | Yes | — |
installation | object | No | — |
data full type
data full type
actor full type
actor full type
installation full type
installation full type
Response data full type
Response data full type
webhookHooks example
Deleted
comments.deleted
A comment was deleted
Payload
| Name | Type | Required | Description |
|---|---|---|---|
action | deleted | Yes | — |
data | object | Yes | — |
actor | object | Yes | — |
installation | object | No | — |
data full type
data full type
actor full type
actor full type
installation full type
installation full type
Response data full type
Response data full type
webhookHooks example
Updated
comments.updated
A comment was updated
Payload
| Name | Type | Required | Description |
|---|---|---|---|
action | updated | Yes | — |
data | object | Yes | — |
actor | object | Yes | — |
installation | object | No | — |
data full type
data full type
actor full type
actor full type
installation full type
installation full type
Response data full type
Response data full type
webhookHooks example
Errors
Created
errors.created
A new error event was captured in Sentry
Payload
| Name | Type | Required | Description |
|---|---|---|---|
action | created | Yes | — |
data | object | Yes | — |
actor | object | No | — |
installation | object | No | — |
data full type
data full type
actor full type
actor full type
installation full type
installation full type
Response data full type
Response data full type
webhookHooks example
Issues
Assigned
issues.assigned
An issue was assigned to a user or team
Payload
| Name | Type | Required | Description |
|---|---|---|---|
action | assigned | Yes | — |
data | object | Yes | — |
actor | object | Yes | — |
installation | object | No | — |
data full type
data full type
actor full type
actor full type
installation full type
installation full type
Response data full type
Response data full type
webhookHooks example
Created
issues.created
A new issue was created in Sentry
Payload
| Name | Type | Required | Description |
|---|---|---|---|
action | created | Yes | — |
data | object | Yes | — |
actor | object | Yes | — |
installation | object | No | — |
data full type
data full type
actor full type
actor full type
installation full type
installation full type
Response data full type
Response data full type
webhookHooks example
Resolved
issues.resolved
An issue was resolved
Payload
| Name | Type | Required | Description |
|---|---|---|---|
action | resolved | Yes | — |
data | object | Yes | — |
actor | object | Yes | — |
installation | object | No | — |
data full type
data full type
actor full type
actor full type
installation full type
installation full type
Response data full type
Response data full type
webhookHooks example