Connect Hooki to your whole world.

From the simplicity of ready-to-use plugins to the power of APIs for developers. Automate your business without limits.

Wordpress

Wordpress

Native

Send automatic notifications for every new lead or purchase directly from your WP site.

Activate now
Framework 360

Framework 360

Native

Integrate the power of WhatsApp into your F360 ecosystem for limitless marketing.

Activate now

REST API

Universal

Complete Swagger documentation to connect any custom software in minutes.

Activate now

Webhooks

Real-time

Receive real-time messages and delivery statuses on your server with HMAC signatures.

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

For developers

Powerful APIs.
As simple as a tweet.

  • Interactive OpenAPI/Swagger documentation.

  • Send text messages, images, files, and buttons.

  • Bidirectional webhooks to manage replies and statuses.

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