[ux_html]
Automation Hook API
Webhook V1
POST
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/jsonX-Hook-Secret
Body
{
"phone": "0389151977",
"name": "Karis"
}
Response
{
"status": 1,
"message": "success"
}
[/ux_html]