-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
81 lines (65 loc) · 3.27 KB
/
Copy pathreadme.txt
File metadata and controls
81 lines (65 loc) · 3.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
=== StackVerify ===
Contributors: stackverifys
Tags: forms, leads, automation, woocommerce, webhook.
Requires at least: 5.8
Tested up to: 6.6
Stable tag: 1.0.0
License: MIT
== Description ==
StackVerify connects WordPress to your StackVerify automation engine in real time.
It captures and syncs key WordPress events such as WooCommerce orders, contact form submissions, and user registrations directly into your StackVerify workspace using Form IDs.
No backend development required. No custom APIs needed.
Just map your Form IDs and start streaming events instantly.
== Key Benefits ==
– Real-time event sync from WordPress
– Works with WooCommerce, Contact Forms, and Users
– Zero backend configuration required
– Built-in event logging for debugging
– Test event sender for instant validation
– Smart fallback mode for zero-configuration setups
== Installation ==
1. Upload the plugin folder to /wp-content/plugins/
2. Activate the plugin from WordPress admin
3. Open StackVerify settings panel
4. Paste your Form IDs from the StackVerify dashboard
5. Save settings and start syncing events
== How It Works ==
WordPress Event <span aria-hidden="true" class="wp-exclude-emoji"><span aria-hidden="true" class="wp-exclude-emoji"><span aria-hidden="true" class="wp-exclude-emoji"><span aria-hidden="true" class="wp-exclude-emoji"><span aria-hidden="true" class="wp-exclude-emoji">→</span></span></span></span></span> StackVerify Plugin <span aria-hidden="true" class="wp-exclude-emoji"><span aria-hidden="true" class="wp-exclude-emoji"><span aria-hidden="true" class="wp-exclude-emoji"><span aria-hidden="true" class="wp-exclude-emoji"><span aria-hidden="true" class="wp-exclude-emoji">→</span></span></span></span></span> StackVerify API <span aria-hidden="true" class="wp-exclude-emoji"><span aria-hidden="true" class="wp-exclude-emoji"><span aria-hidden="true" class="wp-exclude-emoji"><span aria-hidden="true" class="wp-exclude-emoji"><span aria-hidden="true" class="wp-exclude-emoji">→</span></span></span></span></span> Dashboard + Automations
Each event is sent using a Form ID:
https://stackverify.site/api/f/{formId}
== Features ==
– WooCommerce order tracking
– Contact form integration (CF7 compatible)
– User registration tracking
– Event logging inside WordPress
– Test event sender (for debugging)
– Zero-config fallback mapping system
– Minimal, clean admin UI
== Supported Integrations ==
– WooCommerce
– Contact Form 7
– WordPress user system
– Extensible hooks for custom integrations
== Usage ==
1. Create a form in StackVerify dashboard
2. Copy your Form ID (e.g. frm_orders)
3. Map it inside plugin settings
4. Save and test using “Send Test Event”
== Data Sent ==
This plugin may send the following data to StackVerify:
– Customer information (name, email)
– Order details (if WooCommerce is enabled)
– Form submissions
– User registration metadata
All data is sent only to your configured StackVerify account.
== Privacy ==
This plugin transmits data to StackVerify based on your configuration. No data is stored externally in the plugin itself.
== Changelog ==
= 1.0.0 =
– Initial release
– WooCommerce event support
– Contact form integration
– User registration tracking
– Event logs dashboard
– Test event system
– Zero-config fallback mode