Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: Drupal 11.4.6 Update released for Drupal core (11.4.6)! Release: Drupal 10.6.16 Update released for Drupal core (10.6.16)! Release: Cms 2.1.4 Update released for Drupal core (2.1.4)! Release: Drupal 12.0.0-alpha1 First alpha version released for Drupal core (12.0.0-alpha1). Release: PhotoSwipe - Responsive JavaScript Modal Image Gallery 5.0.9 Minor update available for module photoswipe (5.0.9). Release: Template Whisperer 4.1.2 Minor update available for module template_whisperer (4.1.2). Release: SDC Components 2.0.0 Major update available for module sdc_components (2.0.0). Release: OpenCulturas 3.0.7 Minor update available for distribution openculturas (3.0.7). Module Revived: Image field to media 3.0.2 Module image_field_to_media updated after 13 months of inactivity (3.0.2). Security Coverage: Analyze PostHog Module analyze_posthog now has official Drupal security advisory coverage.

Integration Report

6 sites No security coverage Drupal 10–11
View on drupal.org

This module provides a single page to check the status of third-party integrations for your website. It calls external API endpoints and displays response information, allowing you to monitor intermittent and unstable services. You can also extend the module to implement status checks for other Drupal modules.

Drupal module to provide statuses for integration services that can be intermittent and unstable.

The development of this module takes place on GitHub: https://github.com/AlexSkrypnyk/integration_report

This is a successor of the Status Report module.

Why?

If your website has 3rd party integration with one or multiple 3rd party services, such as API endpoints, this module allows to call the endpoints and see all the response information within a single page.

You may also implement status check on behalf of any other Drupal module that
does not have such information page.

Features

- Single page for all status checks.
- <iframe>-based status checks (useful for SSO with redirects).

Getting started

  1. Extend IntegrationReport class with your 3rd-party endpoint request methods.
  2. Register this class as a service in your custom module and tag it:

            services:
              example_integration_report:
                class: Drupal\example\ExampleIntegrationReport
                tags:
                  - { name: integration_report }
      
  3. Go to /admin/reports/integrations to check the status.

Refer to status_report.api.php for implementation example.

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
4
Tracked since
Jan 2025
Latest release
2 weeks ago
Releases (12 mo)
3 ▲ from 1
Maintenance
Active

Release Timeline

Releases

Version Type Core Release date
2.3.2 Stable 10–11 Aug 17, 2026
2.3.1 Stable 10–11 Jun 13, 2026
2.3.0 Stable 10–11 Mar 6, 2026
2.2.0 Stable 10–11 Jan 9, 2025