Overview
Reference
- AlertEvents
- AlertGroups
- AlertUrgencies
- AlertSources
- Alerts
- Audits
- Authorizations
- CatalogEntities
- CatalogEntityProperties
- CatalogFields
- Catalogs
- Causes
- [DEPRECATED] CustomFieldOptions
- [DEPRECATED] CustomFields
- CustomForms
- DashboardPanels
- Dashboards
- Environments
- EscalationPolicies
- EscalationLevelsPolicies
- EscalationLevelsPath
- EscalationLevels
- EscalationPaths
- FormFieldOptions
- FormFieldPlacementConditions
- FormFieldPlacements
- FormFieldPositions
- FormFields
- FormSetConditions
- FormSets
- Functionalities
- WorkflowTasks
- [DEPRECATED] WorkflowCustomFieldSelections
- WorkflowFormFieldConditions
- WorkflowGroups
- WorkflowRuns
- Workflows
- Heartbeats
- IncidentActionItems
- [DEPRECATED] IncidentCustomFieldSelections
- IncidentEventFunctionalities
- IncidentEventServices
- IncidentEvents
- IncidentFeedbacks
- IncidentFormFieldSelections
- IncidentPermissionSetBooleans
- IncidentPermissionSetResources
- IncidentPermissionSets
- IncidentRetrospectives
- IncidentRetrospectiveSteps
- IncidentRoleTasks
- IncidentRoles
- IncidentStatusPageEvents
- IncidentSubStatuses
- IncidentTypes
- Incidents
- IpRanges
- LiveCallRouters
- OnCallRoles
- OnCallShadows
- OverrideShifts
- PlaybookTasks
- Playbooks
- RetrospectiveTemplates
- Pulses
- RetrospectiveConfigurations
- RetrospectiveProcessGroupSteps
- RetrospectiveProcessGroups
- RetrospectiveProcesses
- RetrospectiveSteps
- Roles
- ScheduleRotationActiveDays
- ScheduleRotationUsers
- ScheduleRotations
- Schedules
- Shifts
- Secrets
- Services
- Severities
- StatusPageTemplates
- StatusPages
- SubStatuses
- Teams
- UserNotificationRules
- Users
- WebhooksDeliveries
- WebhooksEndpoints
WebhooksDeliveries
Retries a webhook delivery
WebhooksDeliveries
Retries a webhook delivery
Retries a webhook delivery
POST
/
v1
/
webhooks
/
deliveries
/
{id}
/
deliver
curl --request POST \
--url https://api.rootly.com/v1/webhooks/deliveries/%7Bid%7D/deliver \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
"data": {
"id": "8f63d9be-c9c9-4dad-ba1b-3dba22280ed9",
"type": "webhooks_deliveries",
"attributes": {
"endpoint_id": "1d7170db-6c57-470e-979e-7b2242fc427e",
"payload": "{\"event\":{\"id\":\"1534b988-a433-4840-9edf-33cedc11f53e\",\"type\":\"incident.created\",\"issued_at\":\"2025-03-07T00:10:01.379-08:00\"},\"data\":{\"id\":null,\"sequential_id\":null,\"title\":\"Zesty Kindness\",\"slug\":\"zesty-kindness\",\"kind\":\"normal\",\"private\":false,\"summary\":null,\"status\":\"started\",\"url\":\"http://localhost:3001/account/incidents\",\"short_url\":null,\"mitigation_message\":null,\"resolution_message\":null,\"cancellation_message\":null,\"public_title\":null,\"zoom_meeting_id\":null,\"zoom_meeting_start_url\":null,\"zoom_meeting_join_url\":null,\"zoom_meeting_password\":null,\"zoom_meeting_pstn_password\":null,\"zoom_meeting_h323_password\":null,\"zoom_meeting_global_dial_in_numbers\":[],\"shortcut_story_id\":null,\"shortcut_story_url\":null,\"shortcut_task_id\":null,\"shortcut_task_url\":null,\"asana_task_id\":null,\"asana_task_url\":null,\"github_issue_id\":null,\"github_issue_url\":null,\"gitlab_issue_id\":null,\"gitlab_issue_url\":null,\"jira_issue_id\":null,\"jira_issue_url\":null,\"google_meeting_id\":null,\"google_meeting_url\":null,\"trello_card_id\":null,\"trello_card_url\":null,\"linear_issue_id\":null,\"linear_issue_url\":null,\"zendesk_ticket_id\":null,\"zendesk_ticket_url\":null,\"motion_task_id\":null,\"motion_task_url\":null,\"clickup_task_id\":null,\"clickup_task_url\":null,\"slack_channel_name\":null,\"slack_channel_id\":null,\"slack_channel_url\":null,\"slack_channel_short_url\":null,\"slack_channel_deep_link\":null,\"slack_channel_archived\":false,\"service_now_incident_id\":null,\"service_now_incident_key\":null,\"service_now_incident_url\":null,\"opsgenie_incident_id\":null,\"opsgenie_incident_url\":null,\"opsgenie_alert_id\":null,\"opsgenie_alert_url\":null,\"victor_ops_incident_id\":null,\"victor_ops_incident_url\":null,\"pagerduty_incident_id\":null,\"pagerduty_incident_number\":null,\"pagerduty_incident_url\":null,\"mattermost_channel_id\":null,\"mattermost_channel_name\":null,\"mattermost_channel_url\":null,\"confluence_page_id\":null,\"confluence_page_url\":null,\"quip_page_id\":null,\"quip_page_url\":null,\"airtable_base_key\":null,\"airtable_table_name\":null,\"airtable_record_id\":null,\"airtable_record_url\":null,\"google_drive_id\":null,\"google_drive_parent_id\":null,\"google_drive_url\":null,\"sharepoint_page_id\":null,\"sharepoint_page_url\":null,\"datadog_notebook_id\":null,\"datadog_notebook_url\":null,\"freshservice_ticket_id\":null,\"freshservice_ticket_url\":null,\"freshservice_task_id\":null,\"freshservice_task_url\":null,\"started_at\":\"2025-03-07T00:10:01.359-08:00\",\"detected_at\":null,\"acknowledged_at\":null,\"mitigated_at\":null,\"resolved_at\":null,\"cancelled_at\":null,\"created_at\":null,\"updated_at\":null,\"labels\":{},\"severity\":null,\"user\":null,\"started_by\":null,\"mitigated_by\":null,\"resolved_by\":null,\"cancelled_by\":null,\"causes\":[],\"roles\":[],\"environments\":[],\"incident_types\":[],\"services\":[],\"functionalities\":[],\"groups\":[],\"events\":[],\"action_items\":[],\"form_field_selections\":[],\"feedbacks\":[]}}",
"delivered_at": "2025-03-07T00:10:01.737-08:00",
"created_at": "2025-03-07T00:10:01.400-08:00",
"updated_at": "2025-03-07T00:10:01.738-08:00"
}
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/vnd.api+json
webhooks_delivery delivered
Unique ID of the webhooks_delivery
Available options:
webhooks_deliveries
Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/webhooks/deliveries/%7Bid%7D/deliver \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
"data": {
"id": "8f63d9be-c9c9-4dad-ba1b-3dba22280ed9",
"type": "webhooks_deliveries",
"attributes": {
"endpoint_id": "1d7170db-6c57-470e-979e-7b2242fc427e",
"payload": "{\"event\":{\"id\":\"1534b988-a433-4840-9edf-33cedc11f53e\",\"type\":\"incident.created\",\"issued_at\":\"2025-03-07T00:10:01.379-08:00\"},\"data\":{\"id\":null,\"sequential_id\":null,\"title\":\"Zesty Kindness\",\"slug\":\"zesty-kindness\",\"kind\":\"normal\",\"private\":false,\"summary\":null,\"status\":\"started\",\"url\":\"http://localhost:3001/account/incidents\",\"short_url\":null,\"mitigation_message\":null,\"resolution_message\":null,\"cancellation_message\":null,\"public_title\":null,\"zoom_meeting_id\":null,\"zoom_meeting_start_url\":null,\"zoom_meeting_join_url\":null,\"zoom_meeting_password\":null,\"zoom_meeting_pstn_password\":null,\"zoom_meeting_h323_password\":null,\"zoom_meeting_global_dial_in_numbers\":[],\"shortcut_story_id\":null,\"shortcut_story_url\":null,\"shortcut_task_id\":null,\"shortcut_task_url\":null,\"asana_task_id\":null,\"asana_task_url\":null,\"github_issue_id\":null,\"github_issue_url\":null,\"gitlab_issue_id\":null,\"gitlab_issue_url\":null,\"jira_issue_id\":null,\"jira_issue_url\":null,\"google_meeting_id\":null,\"google_meeting_url\":null,\"trello_card_id\":null,\"trello_card_url\":null,\"linear_issue_id\":null,\"linear_issue_url\":null,\"zendesk_ticket_id\":null,\"zendesk_ticket_url\":null,\"motion_task_id\":null,\"motion_task_url\":null,\"clickup_task_id\":null,\"clickup_task_url\":null,\"slack_channel_name\":null,\"slack_channel_id\":null,\"slack_channel_url\":null,\"slack_channel_short_url\":null,\"slack_channel_deep_link\":null,\"slack_channel_archived\":false,\"service_now_incident_id\":null,\"service_now_incident_key\":null,\"service_now_incident_url\":null,\"opsgenie_incident_id\":null,\"opsgenie_incident_url\":null,\"opsgenie_alert_id\":null,\"opsgenie_alert_url\":null,\"victor_ops_incident_id\":null,\"victor_ops_incident_url\":null,\"pagerduty_incident_id\":null,\"pagerduty_incident_number\":null,\"pagerduty_incident_url\":null,\"mattermost_channel_id\":null,\"mattermost_channel_name\":null,\"mattermost_channel_url\":null,\"confluence_page_id\":null,\"confluence_page_url\":null,\"quip_page_id\":null,\"quip_page_url\":null,\"airtable_base_key\":null,\"airtable_table_name\":null,\"airtable_record_id\":null,\"airtable_record_url\":null,\"google_drive_id\":null,\"google_drive_parent_id\":null,\"google_drive_url\":null,\"sharepoint_page_id\":null,\"sharepoint_page_url\":null,\"datadog_notebook_id\":null,\"datadog_notebook_url\":null,\"freshservice_ticket_id\":null,\"freshservice_ticket_url\":null,\"freshservice_task_id\":null,\"freshservice_task_url\":null,\"started_at\":\"2025-03-07T00:10:01.359-08:00\",\"detected_at\":null,\"acknowledged_at\":null,\"mitigated_at\":null,\"resolved_at\":null,\"cancelled_at\":null,\"created_at\":null,\"updated_at\":null,\"labels\":{},\"severity\":null,\"user\":null,\"started_by\":null,\"mitigated_by\":null,\"resolved_by\":null,\"cancelled_by\":null,\"causes\":[],\"roles\":[],\"environments\":[],\"incident_types\":[],\"services\":[],\"functionalities\":[],\"groups\":[],\"events\":[],\"action_items\":[],\"form_field_selections\":[],\"feedbacks\":[]}}",
"delivered_at": "2025-03-07T00:10:01.737-08:00",
"created_at": "2025-03-07T00:10:01.400-08:00",
"updated_at": "2025-03-07T00:10:01.738-08:00"
}
}
}