Connect Hooki to your whole world.

From the simplicity of ready-to-use plugins to the power of APIs for developers. If your system receives HTTP, Hooki integrates.

WordPress

WordPress

Native

Native plugin for WooCommerce, WPForms, Bookly. Order notifications, forms, bookings — in 5 minutes.

Activate now
Framework 360

Framework 360

Native

Direct integration in the F360 ecosystem. WhatsApp in your favorite CRM without code.

Activate now

Booknetik

Native

Native add-on for Booknetik 5.x. Booking notifications, reminders, and automatic follow-ups on WhatsApp.

Activate now

REST API

Universal

Live Swagger documentation. Connect any custom software in minutes with simple HTTP calls.

Activate now

HTTP Webhook

Real-time

Receive messages and delivery statuses in real time on your server. HMAC signature on every payload.

Activate now
Ecosistema integrazioni Hooki — WordPress, API, Webhook, Framework 360, Booknetik
🔍 Zoom

For developers

Powerful APIs.
As simple as a tweet.

  • Interactive OpenAPI/Swagger documentation at api.hooki.pro

  • Send text, images, files, reactions and bulk with one API

  • Bidirectional webhooks with verifiable HMAC signature

Request Demo
POST /v1/ext/messages/send
{
  "to": "393471234567",
  "type": "text",
  "content": "Ciao! Benvenuto su Hooki.",
  "delay": 1500
}
200 OK 38ms