Integrate Converso with CRM, chat platforms, automation tools, and more. Connect your entire tech stack.
Don't see your tool? Use our REST API or webhooks to build custom integrations with any service.
curl -X POST https://api.converso.com/v1/chat \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"bot_id": "bot_123",
"messages": [{
"role": "user",
"content": "Hello"
}]
}'