service_id
and integration_id
in the path. The request body should include fields such as name
, status
, message
, and a list of affected items
(e.g., resource IDs or related entities).This endpoint is used to update the incident details stored in the integration channel. It ensures that when alerts are triggered, they contain the most accurate and relevant information about the incident.
Use cases:
- Message personalization — Modify alert content to match internal naming conventions or team communication style.
- Status coordination — Reflect real-time incident status changes in downstream tools via updated integration payloads.
- Targeted alerting — Attach specific items or affected resources to help teams respond faster and more accurately.
To review existing integration settings for a monitor, use the Uptime Monitor Integrations Retrieval endpoint.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the integration will be updated, and a confirmation message will be returned.
- If authorization fails, an error message will indicate this. If the service or integration ID is not found, a message specifying the issue will be provided.