Webhook
Point ManyChat's External Request action here. POST a JSON body with ig_user_id and text.
Endpoint
POST
Accepts { ig_user_id, text } or { user_id, message }. Returns intent, route, confidence, and (when route is kb_answer) the top KB match.
Test it