Skip to main content

Get Webhook Health

GET 

/api/integrations/:integration_id/webhooks/health

Get webhook health metrics for an email integration.

Analyzes recent webhook events to determine health status and provides recommendations for improvement.

Args: integration_id: The ID of the email integration hours: Number of hours to look back (default: 24, max: 168)

Returns: Health metrics including:

  • status: overall health (healthy, warning, critical, unknown)
  • metrics: delivery rates, failure counts, etc.
  • recommendations: suggestions for improvement

Request

Responses

Successful Response