=== DoNotify — Voice Call Reminders ===
Contributors: micahele
Tags: reminders, voice call, woocommerce, bookings, notifications
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 0.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Get an automated voice call when things happen on your WordPress site — new orders, new bookings, or any event. Powered by DoNotify.

== Description ==

DoNotify places automated **voice-call reminders**. A ringing phone is far harder to ignore than another email or SMS, which makes it perfect for the events you can't afford to miss.

This plugin connects your site to your DoNotify account and calls **you** (the account owner) when:

* A new WooCommerce order comes in, is completed, or a payment fails
* A new appointment is booked (WooCommerce Bookings, Amelia), with an optional reminder call before it starts
* Any custom event, via a developer hook: `do_action( 'donotify_call', 'New VIP lead' );`

You need a DoNotify account and an API token (DoNotify → Profile → API Tokens). Placing calls requires an active DoNotify subscription.

== Installation ==

1. Install and activate the plugin.
2. Go to Settings → DoNotify.
3. Paste your DoNotify API token, then click "Test connection".
4. Turn on the events you want to be called about, and "Send test call" to confirm.

== Frequently Asked Questions ==

= Does it call my customers? =
Not in this version. v1 calls the DoNotify account owner. Calling customers/visitors is on the roadmap.

= Do I need a DoNotify account? =
Yes. Create one at https://donotifys.com and generate an API token.

= How do I trigger a call from my own code? =
`do_action( 'donotify_call', 'Title here', array( 'description' => 'Optional', 'call_at' => strtotime( '+1 hour' ) ) );`

== Screenshots ==

1. Settings page — paste your API token, toggle events, and send a test call.
2. Connection test and last-error display.

== Changelog ==

= 0.1.0 =
* Initial release: WooCommerce + booking owner alerts, developer hook, settings with test connection and test call.
