Document

[ux_html]

Automation Hook API

Webhook V1
POST

Tài liệu tích hợp webhook cho workflow automation.

Tổng quan

Endpoint

/api/automation/hook/{workflowId}

Authentication

X-Hook-Secret

Request

Headers

  • Content-Type: application/json
  • X-Hook-Secret

Body

{
  "phone": "0389151977",
  "name": "Karis"
}

Response

{
  "status": 1,
  "message": "success"
}

[/ux_html]