What can Meya do?

Meya is a pragmatic choice for building useful bots. The platform is designed for utility related to day-to-day bot building tasks. Completed bots can be used for personal or commercial use on one or more messaging platforms.

Meya does:

  1. Support text based chat bots
  2. Respond to text-based triggers
  3. Support connections to Natural Language Processing service like wit.ai and luis.ai
  4. Accept input from the user as questions
  5. Support multi-step flows or transactions
  6. Store, retrieve and search data at the flow, user, or global scope
  7. Run custom code components in Python
  8. Make API calls to web based services
  9. Provide managed connections to popular chat apps
  10. Host your bot's settings, code, and data in the cloud
  11. Enable easy bot testing: manual chat testing and unit testing
  12. Respond to external triggers as a webhook
  13. Render rich UI cards natively within the chat app
  14. Define schedules and delays to execute bot actions on time
  15. Allow humans to participate as a customer service agent
  16. Allow your bot to broadcast single or multi-step flows to your users or a subset of users
  17. Track and display analytics data
  18. Connect your bot code to a GitHub repository
  19. Allow you to add collaborators to your account
  20. Provide you with visual and debugger tools to improve the bot building experience
  21. Install Python dependencies using a requirements.txt file