# Developer Documentation ## Docs - [Integration](https://developers.myalice.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://developers.myalice.ai/introduction.md): MyAlice provides REST APIs and Webhooks for you to build on top of MyAlice and connect your internal systems with MyAlice as well. - [Get WhatsApp Channels](https://developers.myalice.ai/rest-api/get-whatsapp-channels.md): Get the list of whatsapp platform associated with a MyAlice team - [Get Template Details](https://developers.myalice.ai/rest-api/get-whatsapp-template-details.md): Get the list of whatsapp templates associated with a platform - [Get Template List](https://developers.myalice.ai/rest-api/get-whatsapp-templates.md): Get the list of whatsapp templates associated with a platform - [Send Attachment](https://developers.myalice.ai/rest-api/send-attachment-message.md): Sends an attachment to a MyAlice customer in any platform - [Send Text Message](https://developers.myalice.ai/rest-api/send-text-message.md): Sends a text message to a MyAlice customer in any platform - [Send WhatsApp Template](https://developers.myalice.ai/rest-api/send-whatsapp-template.md): Sends a per-approved template message to WhatsApp - [Send WhatsApp Template (with File)](https://developers.myalice.ai/rest-api/send-whatsapp-template-v2.md): Sends a per-approved template message to WhatsApp (with File support) - [Overview](https://developers.myalice.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://developers.myalice.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://developers.myalice.ai/webhook/setup.md): Set up webhook to get realtime event notifications from MyAlice ## OpenAPI Specs - [openapi](https://developers.myalice.ai/openapi.json) ## Optional - [Product Documentation](https://docs.myalice.ai/) - [Roadmap](https://roadmap.myalice.ai/) - [Support](mailto:support@myalice.ai)