Deftmind Hookwright – Webhooks, REST API, Data Display & AI Chat
by deftmindlabs 0 (0 reviews)

Deftmind Hookwright – Webhooks, REST API, Data Display & AI Chat

Turn what happens on your site into webhooks for the automation you already run, and display whatever comes back.

Deftmind Hookwright ranks #56,947 among WordPress.org plugins with 0+ active installations, is #2,665 of 3,397 in the Communication category, and was last updated Sep 2, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Compatible with WP 7.1.2
v1.5.0 Current Version v1.5.0
Updated 3 weeks ago Last Update on 02 Sep, 2026
Refreshed 6 hours ago Last Refreshed on
#2,665 of 3,397 in Communication Actively maintained
View on WordPress.org
Rank
#56,947
No change
Active Installs
0+
-100%
KW Avg Position
N/A
No change
Downloads
470
+1 today
Support Resolved
0%
No change
Rating
0%
Review 0 out of 5
0 (0 reviews)

Next Milestone 10

Total Progress 20%
0+ 10+
37,207
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 8 more installs to reach 10+

Rank Changes

55,109 58,567 62,024 65,481 68,939 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
55,109 58,567 62,024 65,481 68,939 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #56,947
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

0.0
0 reviews
Overall 0%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about Deftmind Hookwright – Webhooks, REST API, Data Display & AI Chat

No. Anything that can send or receive an HTTP request with JSON works, whether that is a hosted automation service, a self-hosted workflow tool, or your own script.
No, and deliberately so. Hookwright is the interface; your workflow supplies the intelligence. That means no API keys stored in WordPress and no lock-in to one AI vendor.
No. The conversation exists only in the visitor's browser for the life of the page. Nothing is written to your database and nothing is sent to the plugin author.
Use this plugin's support forum on WordPress.org. It helps to say what you expected, what happened instead, which response handling mode the form uses, and anything listed under Recent send problems on the Settings screen.
Email support@deftmindlabs.com. Please report security problems privately rather than in the public forum, and allow time for a fix to ship before disclosing them. This address is for security reports and bug reports only - for help using the plugin, the support forum above is the faster route. My workflow takes longer than the request timeout Use Callback response handling. The plugin hands your workflow a one-time return URL in the payload; the workflow accepts the request, does its work, and posts the answer back whenever it is ready. The visitor keeps waiting on the page, and no PHP worker is held open in the meantime.
Yes, and that is what the Events screen is for. Under Deftmind Hookwright > Events, add a rule with the trigger Page loaded and the page URL pattern of your landing page, for example /thank-you/. Set your webhook URL at the top of the same screen and enable it. If the redirect carries data you need, name those parameters in Capture query parameters. A visitor arriving at /thank-you/?order_id=1234 then produces a payload containing "query": { "order_id": "1234" }, which your workflow can act on directly. Prefer an order or customer reference over an email address or a name. A reference means the personal data stays where it already lives and your workflow looks it up; putting an email address in a URL writes it into your server logs, the visitor's browser history, and your workflow tool's execution logs. If you do capture one, tick the option to remove the query string from the page URL so it is sent once rather than twice, and make sure your privacy policy says so. I updated the plugin and something looks wrong Clear your caching plugin and any CDN cache, then reload with a hard refresh (Ctrl+Shift+R or Cmd+Shift+R). Page caches often keep serving old HTML and old JavaScript after an update. My payload shows as a table instead of formatted text Set the default under Deftmind Hookwright > Settings, choose a mode on the form, or add the attribute directly, for example [hookwright_display render="markdown"]. The shortcode attribute always wins. In auto mode the plugin renders an article when it recognises a text field in the payload and a table otherwise.
Yes. Payload shapes are normalised rather than assumed: wrapper objects such as {"data":{...}} are unwrapped, key names are matched loosely so postTitle and post_title both work, and category or tag lists are accepted as arrays, JSON-encoded strings, arrays of objects, or plain delimited text. My shortcode shows "No data yet" The channel name in the shortcode must match the channel your webhook sends exactly. Check Deftmind Hookwright > Channels for the names actually received, then clear your page cache. Payload HTML shows as plain text That is intentional. Raw HTML in a payload is escaped rather than rendered, because payload content is treated as untrusted. Send Markdown instead.
Only if that is where you point it. This plugin contains no AI service, no API key and no default address of any kind. There are two ways to use it, and one of them sends nothing anywhere: copy the instructions from the Settings screen into whatever AI chat you already use, save its answer as a file, and upload that on the Forms screen. Nothing leaves your site - you carry the answer back yourself. The other way is to add a webhook address you run, and then your description is posted to that address and nowhere else.
No. That is what the file route is for. The instructions on the Settings screen are plain text describing exactly what this plugin can render; paste them into any AI chat with a description of your form, save the JSON reply as a file, and upload it on the Forms screen. A builder endpoint only saves you the copying, by having the plugin make the request for you.
It is read by exactly the same rules as fields you type by hand, and nothing is saved until you press Save. Anything the plugin would otherwise ignore without complaint - a field type that does not exist, a condition pointing at the wrong field, an answer spelled differently from the list it is checked against - is listed for you underneath. That last one matters most: a mis-spelled condition looks perfectly configured and simply never shows the field to anyone.

Sign In / Register

You need to sign in or register to use this feature.