API
Build custom workflows with the Threads API
Create threads programmatically, send messages, and build custom integrations with your existing support tools.
curl -X POST "https://organization-api.fleetflow.io/v1/threads" \-H "Authorization: Bearer $TOKEN" \-H "Content-Type: application/json" \-d '{"customer_uuid":"...","title":"Battery inquiry","message":"..."}'