Browse Documentation

Developer API Integration Guide

Hook Botalyzer dynamically from your node applications or check system variables via REST protocols.


Developer API Access

To interact with your flows and data tables from external code, use our REST endpoints with authorization headers.

HTTP Headers

Authorization: Bearer YOUR_SECRET_TOKEN

Content-Type: application/json

Trigger Flow Endpoint

POST https://botalyzer.vercel.app/api/webhook/flow_v2_[id]

Provide a JSON body:

{

"phone": "966533584715",
"message": "Start Order Flow",
"variables": {
"user_id": "cust-8821"
}
}

Check our API Reference page for a complete listing of response codes and payloads.