Batimo is an AI-powered conversational platform built for businesses that want to stop missing customer messages and start closing more sales — automatically.
At the heart of Batimo is Timo, an AI sales assistant that chats with your customers in real time across multiple channels:
Timo captures leads, books appointments (with Google Calendar sync), answers product questions, and processes orders — all from a single unified inbox. No technical knowledge needed to get started.
This plugin is the official bridge between your WordPress / WooCommerce store and your Batimo account. Once connected, Timo can read your site’s content, search your product catalog, and even generate pre-filled checkout links — turning conversations into completed orders.
Key capabilities:
WordPress:
get_posts — Search and list published posts.get_post — Fetch a single post by ID.get_page — Fetch a single page by ID.get_site_info — Retrieve site name, description, and URL.WooCommerce (requires WooCommerce):
get_products — Search and list products with keyword, category, and price filters.get_product — Fetch full product details including gallery, attributes, variations, and pricing.get_checkout_info — Retrieve available payment methods, shipping zones, and required checkout fields.get_checkout_link — Generate a signed, pre-filled cart/checkout URL with selected items and coupons.create_order — Programmatically create a WooCommerce order on behalf of a customer.This plugin connects to the Batimo API (api.batimo.ai) to:
No data is ever sent to Batimo unless you explicitly connect your site using your token. All communication is secured with Bearer token authentication stored in your WordPress database.