← Integrations

WooCommerce + Ranqa

Widget + webhook after completed order. HTTP integration — no WordPress.org plugin yet.

1. Widget

Add an iframe in the theme or via an HTML block.

<!-- Ranqa score badge — replace SLUG -->
<iframe
  src="https://ranqa.me/widget/SLUG?type=badge"
  width="280"
  height="90"
  style="border:0;overflow:hidden"
  title="RanqaScore"
  loading="lazy"
></iframe>

2. Order → invite

WooCommerce → Settings → Advanced → Webhooks.

  1. Create a Pro API key in Ranqa.
  2. New webhook: Topic Order completed (or processing).
  3. Delivery URL: the endpoint below.
  4. Authorization Bearer rnq_… via a plugin that supports custom headers, or middleware.
POST https://ranqa.me/api/v1/commerce/woocommerce/orders
Authorization: Bearer rnq_…
Content-Type: application/json

(WooCommerce order JSON — billing.email + line_items)

3. API

Same REST API as other integrations.

API documentation →

WooCommerce + Ranqa · Ranqa