Get your chatbot running in 3 simple steps
Step-by-step tutorials for each platform
Connect your WhatsApp Business account and automate customer conversations with AI-powered responses.
Integrate with Facebook pages to provide instant customer support through Messenger.
Create and deploy Telegram bots for group chats and private messages.
Add intelligent bot responses to your Slack workspace for team automation.
For developers who want to build custom integrations
All API requests require authentication using your API key:
Method | Endpoint | Description |
---|---|---|
POST | /v1/messages |
Send a message to a contact |
GET | /v1/messages |
Retrieve message history |
GET | /v1/contacts |
List all contacts |
POST | /v1/webhooks |
Configure webhook endpoints |
Common issues and their solutions
Problem: ChatBot is not receiving messages from platforms.
Yes, RapiNova supports multiple WhatsApp Business numbers under different plans.
Message limits depend on your subscription plan. Free plan includes 100 messages per month.
Upload documents, FAQs, or manually add conversation flows in the Training section.
Enterprise plans support custom webhook domains. Contact support for setup.
Our support team is available 24/7 to help you succeed
Complete REST API reference for developers
Send messages, manage conversations, and access analytics programmatically.
https://api.rnchatbot.com/v1/
/messages
{ "to": "+1234567890", "message": "Hello from API!", "type": "text", "platform": "whatsapp" }
/conversations
Response: { "conversations": [ { "id": "conv_123", "contact": "+1234567890", "platform": "whatsapp", "status": "active" } ] }
Receive real-time notifications for messages and events.
{ "event": "message.received", "timestamp": "2025-01-08T10:30:00Z", "data": { "message_id": "msg_456", "from": "+1234567890", "message": "I need help", "platform": "whatsapp" } }
Unlock the full potential of RapiNova ChatBot
Train your chatbot with custom knowledge and responses.
Intent: "product_pricing" Training Phrases: - "How much does X cost?" - "What's the price of Y?" - "Show me pricing for Z" Response: "Our {{product}} starts at ${{price}}. Would you like to see full pricing details?"
Comprehensive analytics to optimize your chatbot performance.
Manage team access and streamline workflow processes.
Common issues and their solutions
Symptoms: Messages sent but no bot response
Solutions:
Symptoms: Bot gives irrelevant responses
Solutions:
Symptoms: HTTP 429 Too Many Requests
Solutions:
Message limits depend on your subscription plan:
Yes! Professional and Enterprise plans support custom API keys:
Absolutely! We implement enterprise-grade security:
Yes, you can export data in multiple formats: