# Developer Documentation ## Docs - [Integration](https://docs.iomnihub.ai/chatbot/api.md): When you want to provide users with information stored on your server, you can easily do so through our API Integration module. - [Get Started](https://docs.iomnihub.ai/introduction.md): iOmniHub provides REST APIs and Webhooks for you to build on top of iOmniHub and connect your internal systems with iOmniHub as well. - [Get WhatsApp Channels](https://docs.iomnihub.ai/rest-api/get-whatsapp-channels.md): Get the list of whatsapp platform associated with a iOmniHub team - [Get Template Details](https://docs.iomnihub.ai/rest-api/get-whatsapp-template-details.md): Get the list of whatsapp templates associated with a platform - [Get Template List](https://docs.iomnihub.ai/rest-api/get-whatsapp-templates.md): Get the list of whatsapp templates associated with a platform - [Send Attachment](https://docs.iomnihub.ai/rest-api/send-attachment-message.md): Sends an attachment to a iOmniHub customer in any platform - [Send Text Message](https://docs.iomnihub.ai/rest-api/send-text-message.md): Sends a text message to a iOmniHub customer in any platform - [Send WhatsApp Template](https://docs.iomnihub.ai/rest-api/send-whatsapp-template.md): Sends a per-approved template message to WhatsApp - [Send WhatsApp Template (with File)](https://docs.iomnihub.ai/rest-api/send-whatsapp-template-v2.md): Sends a per-approved template message to WhatsApp (with File support) - [Overview](https://docs.iomnihub.ai/webhook/overview.md): Webhooks are essentially user-defined HTTP callbacks that enable the reception of event-driven notifications. This mechanism allows for real-time information retrieval as soon as events occur, forming the foundation for a robust two-way communication system at the users end. - [Event Payload](https://docs.iomnihub.ai/webhook/payload.md): Once an event triggers and you have a Webhook set up for that event, you will get a POST request at your backend URL - [Setting Up](https://docs.iomnihub.ai/webhook/setup.md): Set up webhook to get realtime event notifications from iOmniHub ## OpenAPI Specs - [openapi](https://docs.iomnihub.ai/openapi.json)