This plugin is outdated and might not be supported anymore
RTDashboards

RTDashboards

Details
View on WordPress

Lightweight plugin that sends WooCommerce orders to RTDashboards.com to display your orders (from multiple shops) in real-time on sales dashboards. This plugin only transmits the order ID and price; no sensitive data is exchanged.

External Services

This plugin makes POST and DELETE requests to the RTDashboards API when a WooCommerce order’s status is changed. A token, obtained from rtdashboards.com after creating an account, is required for these requests. Both API calls are triggered by the WooCommerce woocommerce_order_status_changed hook.

New Order

When a new order is created, a POST request is sent:
wp_remote_post(‘https://rtdashboards.com/api/v1/create-order’, [ Shop ID, order ID, price ])

This request sends the Shop ID, order ID, and price to the /api/v1/create-order endpoint of the rtdashboards.com API via an Authorization header.

Delete Order

When an order is deleted, a DELETE request is sent:
wp_remote_request(‘https://rtdashboards.com/api/v1/delete-order/[Shop ID]/[Order ID]’)

This request sends the Shop ID and order ID to the /api/v1/delete-order/[Shop ID]/[Order ID] endpoint of the rtdashboards.com API via an Authorization header.

Terms and Privacy Policy: http://rtdashboards.com/terms-and-conditions

Details

Plugin code:
rtdashboards
Plugin version:
1.0.2
Author:
Outdated:
Yes
WP version:
6.5 or higher
PHP version:
7.0 or higher
Test up to WP version:
6.7.2
Total installations:
0
Last updated:
2025-04-09
Rating:
Times rated:
0
sales-dashboards
woocommerce