WP Manifestindependent plugin directory
manifest / ecommerce / woocomerce_broadcast_verify

NextGenBroadcast for WooCommerce

Queues WooCommerce order confirmation calls through the NextGenBroadcast customer survey-call API.

by NextGenBroadcast · github.com/nextgenswitch/woocomerce_broadcast_verify

★ 0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/nextgenswitch/woocomerce_broadcast_verify/archive/refs/heads/main.zip

This plugin queues a direct survey call with the local NextGenBroadcast API when a WooCommerce order reaches a chosen status.

Setup

  1. In NextGenBroadcast, create and activate a survey containing the confirmation prompt and DTMF flow.
  2. Create a customer API key with the survey-calls:create scope. Copy it immediately; the platform only shows the secret once.
  3. In WordPress go to WooCommerce → NextGenBroadcast and enter the public API base URL (including /api), API key, survey ID, optional caller ID, and statuses that should trigger a call.

The plugin sends the order ID, number, total, currency, and customer name as call metadata. It stores the API request ID and the latest call status on the WooCommerce order, and refreshes its status while the call is active.

Calls use an order-and-survey-specific idempotency key, so a network retry cannot produce duplicate calls.