latestSwagger 2.02026-08-102194011.3 MB

602fc25ddd76

Webhooks

PrivateIncidentActionUpdatedV1 Webhooks

This webhook is emitted whenever a follow-up for a private incident is updated.

get/x-webhooks/private_incident.action_updated_v1

Response

OK response.

event_type'public_incident.incident_created_v2' | 'private_incident.incident_created_v2' | 'public_incident.incident_updated_v2' | 'private_incident.incident_updated_v2' | 'public_incident.incident_status_updated_v2' | 'public_incident.follow_up_created_v1' | 'private_incident.follow_up_created_v1' | 'public_incident.follow_up_updated_v1' | 'private_incident.follow_up_updated_v1' | 'public_incident.action_created_v1' | 'private_incident.action_created_v1' | 'public_incident.action_updated_v1' | 'private_incident.action_updated_v1' | 'private_incident.membership_granted_v1' | 'private_incident.membership_revoked_v1' required

What type of event is this webhook for?

Example response

{
  "event_type": "private_incident.action_updated_v1",
  "private_incident.action_updated_v1": {
    "id": "abc123"
  }
}