Linux 软件免费装

Robo Call BIZ Pakistan

开发者 h3technologies
更新时间 2026年8月3日 17:56
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce phone automation order confirmation robocall

下载

1.0.0

详情介绍:

Robo Call BIZ Pakistan connects your WooCommerce store to a RoboCall API service and automatically places confirmation calls to customers when an order reaches a configured status (e.g. "Processing"). Features

安装:

  1. Upload the robo-call-biz-pakistan folder to /wp-content/plugins/.
  2. Activate the plugin through Plugins → Installed Plugins.
  3. Go to RoboCall → Settings and enter your API endpoint and key.
  4. Click Test Connection to verify credentials, then Save Settings.
  5. Select the order status that should trigger a call (default: Processing).

屏幕截图:

  • Settings / API credentials page with live account info panel.
  • Order meta box with "Call Now" button and call history.

升级注意事项:

1.1.3 Updates the plugin and author URLs to the WordPress.org profile. 1.1.2 Security and compliance update: the callback webhook now requires the API key, plus i18n and escaping fixes. 1.0.0 Initial release.

常见问题:

Which RoboCall API provider is supported?

The plugin is provider-agnostic. Any REST API that accepts a POST to /calls with a JSON payload and a Bearer-token Authorization header will work. Adjust the endpoint URL to match your provider.

What data is sent with each call request?

order_id, phone, customer_name, order_total, currency, and a manual_trigger boolean flag.

How are retries scheduled?

Failed calls are picked up by a WP Cron job that runs every hour. Each failed record is retried until it either succeeds or reaches the configured retry limit.

Where can I see call history for a specific order?

Open the order in WooCommerce Admin. A RoboCall meta box in the sidebar shows the last call status and a collapsible history table.

更新日志:

1.1.3 1.1.2 1.0.0